Skip to content

Commit 8aae03a

Browse files
nihuiCopilot
andauthored
Update tools/ncnn2mem.cpp
Co-authored-by: Copilot <[email protected]>
1 parent 77167c3 commit 8aae03a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ncnn2mem.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ static int dump_param(const char* parampath, const char* parambinpath, const cha
335335
int nscan = fscanf(fp, "%15[^,\n ]", vstr);
336336
if (nscan != 1)
337337
{
338-
fprintf(stderr, "read value failed\n");
338+
fprintf(stderr, "read value failed %d\n", nscan);
339339
return -1;
340340
}
341341

0 commit comments

Comments
 (0)