提交 547ff5e6 编写于 作者: B Ben Laurie

Slightly improved diagnostics.

上级 7ec218eb
...@@ -158,7 +158,7 @@ int num; ...@@ -158,7 +158,7 @@ int num;
if ((n != num) || (*f != '\0')) if ((n != num) || (*f != '\0'))
{ {
#if !defined(NO_STDIO) && !defined(WIN16) /* temporaty fix :-( */ #if !defined(NO_STDIO) && !defined(WIN16) /* temporaty fix :-( */
fprintf(stderr,"wrong number of fields on line %ld\n",ln); fprintf(stderr,"wrong number of fields on line %ld (looking for field %d, got %d, '%s' left)\n",ln,num,n,f);
#endif #endif
er=2; er=2;
goto err; goto err;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册