Skip to content

Commit

Permalink
v4
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisHeimbigner committed Sep 25, 2024
1 parent e432ab0 commit 1d76959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unit_test/tst_pluginpaths.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ parseactionlist(const char* cmds0)
strncpy(cmds,cmds0,cmdlen);
/* split into command + formatx + arg strings and count */
ncmds = 0;
fprintf(stderr,"$$$ cmds=|%s|\n",cmds
fprintf(stderr,"$$$ cmds=|%s|\n",cmds);
for(leave=0,p=cmds;!leave;p=q) {
q = xstrchr(p,',');
fprintf(stderr,"$$$ p=|%s| q=|%s|\n",p,q);
Expand Down

0 comments on commit 1d76959

Please sign in to comment.