diff options
Diffstat (limited to '')
-rw-r--r-- | wiretap/logcat_text.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wiretap/logcat_text.h b/wiretap/logcat_text.h index c8bd5026..ad8c8300 100644 --- a/wiretap/logcat_text.h +++ b/wiretap/logcat_text.h @@ -22,7 +22,7 @@ #define THREADTIME_STRING "(\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}\\.\\d{3}) +(\\d+) +(\\d+) ([IVDWEF]) (.*?): (.*)" #define LONG_STRING "\\[ (\\d{2}-\\d{2} \\d{2}:\\d{2}:\\d{2}\\.\\d{3}) +(\\d+): *(\\d+) ([IVDWEF])/(.+) ]\\R(.*)" -wtap_open_return_val logcat_text_open(wtap *wth, int *err, gchar **err_info); +wtap_open_return_val logcat_text_open(wtap *wth, int *err, char **err_info); #endif |