]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6617 fix compile error
authorBrian West <brian@freeswitch.org>
Sat, 21 Jun 2014 16:04:53 +0000 (11:04 -0500)
committerBrian West <brian@freeswitch.org>
Sat, 21 Jun 2014 16:04:53 +0000 (11:04 -0500)
src/mod/endpoints/mod_verto/mod_verto.c

index b63a9243c35d3d2cc37f3018183a5f7d834be656..0bf914df8ca2f3fbb10f4b556e7826e68f31c501 100644 (file)
@@ -1237,7 +1237,7 @@ static void client_run(jsock_t *jsock)
                        bytes = ws_read_frame(&jsock->ws, &oc, &data);
        
                        if (bytes < 0) {
-                               die("BAD READ %ld\n", bytes);
+                               die("BAD READ %" SWITCH_SIZE_T_FMT "\n", bytes);
                                break;
                        }