Skip to content

Commit cf91d9c

Browse files
authored
Update sp_util.h
1 parent 58fa670 commit cf91d9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/utilities/sp_util.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ inline void ChunkedMsg(const char* msg)
5252
int iLen = strlen(msg);
5353

5454
while(iLen > 0) {
55-
Msg(pMsg);
55+
Msg("%s", pMsg);
5656
pMsg += MAX_CHUNK-1;
5757
iLen -= MAX_CHUNK-1;
5858
}

0 commit comments

Comments
 (0)