diff th_ioctx.c @ 395:bffd3caf2d2c

Rename TH_PRI{u,d,x}* macros to match with standard ISO C99 inttypes.h PRI*. This breaks the API again. Hooray.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 03 Mar 2016 14:13:31 +0200
parents faeeac291a6c
children 1b3472ba7b23
line wrap: on
line diff
--- a/th_ioctx.c	Thu Mar 03 14:11:57 2016 +0200
+++ b/th_ioctx.c	Thu Mar 03 14:13:31 2016 +0200
@@ -99,7 +99,7 @@
     if (ctx->error != NULL)
         ctx->error((struct th_ioctx *) ctx, err, msg);
     else
-        THERR("'%s' #%" TH_PRIu_SIZE_T ": %s\n", ctx->filename, ctx->line, msg);
+        THERR("'%s' #%" PRIu_SIZE_T ": %s\n", ctx->filename, ctx->line, msg);
 
     th_free(msg);
 }