Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
flomnes committed Aug 14, 2022
1 parent 354b418 commit e3e2a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ int main(int argc, char** argv) {

### Error handling

By default, the error handling is pretty basic and the errors details are dumped to `stderr` using macro `LIBZIPPP_ERROR_DEBUG`. However, it is possible to provide a callback method to override this behavior.
By default, the error handling is pretty basic and the errors details are dumped to `stderr`. However, it is possible to provide a callback method to override this behavior by providing a callback. If some context is required, you may use `std::bind` or lambda-functions.

```C++
#include "libzippp.h"
Expand Down

0 comments on commit e3e2a66

Please sign in to comment.