Skip to content
Snippets Groups Projects
Commit 4539a265 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Fixed bug.

Rev: bin/mkwmml.pike:1.14
parent 82a56f5f
No related branches found
No related tags found
No related merge requests found
/* $Id: mkwmml.pike,v 1.13 1999/04/12 14:37:51 mirar Exp $ */
/* $Id: mkwmml.pike,v 1.14 1999/04/17 15:34:16 grubba Exp $ */
import Stdio;
import Array;
......@@ -180,7 +180,7 @@ string synopsis_to_html(string s,mapping huh)
if (sscanf(s,"%s%*[ \t]%s(%s",type,name,arg)!=4)
{
sscanf(s,"%s(%s",name,arg),type="";
werror(huh->_line+": suspicios method %O\n",(s/"(")[0]);
werror(sprintf(huh->_line+": suspicios method %O\n",(s/"(")[0]));
}
if (arg[..1]==")(") name+="()",arg=arg[2..];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment