]> git.pld-linux.org Git - packages/brltty.git/blame - brltty-format.patch
- build also python3 module
[packages/brltty.git] / brltty-format.patch
CommitLineData
295e8be4
JB
1--- brltty-5.0/Programs/async_io.c.orig 2014-01-27 19:39:26.000000000 +0100
2+++ brltty-5.0/Programs/async_io.c 2014-02-16 16:27:20.807854232 +0100
3@@ -193,7 +193,7 @@
4 logOperation (const OperationEntry *operation, void *callback) {
5 logSymbol(LOG_CATEGORY(ASYNC_EVENTS),
6 callback,
7- operation->function->methods->functionName);
8+ "%s", operation->function->methods->functionName);
9 }
10
11 #ifdef __MINGW32__
This page took 0.031626 seconds and 4 git commands to generate.