提交 3a1daca9 编写于 作者: R Ralf S. Engelschall

Get rid of a nasty debugging message which was forgotten here...

上级 f2f351ce
......@@ -1189,7 +1189,9 @@ char *end;
slen = strlen(str);
if(elen > slen) return 1;
tmp = str + slen - elen;
fprintf(stderr, "Matching %s, %s %s\n", str, end, tmp);
#ifdef DEBUG
fprintf(stderr, "Matching %s, %s %s\n", str, end, tmp);
#endif
return strcmp(tmp, end);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册