Subversion Repositories wimsdev

Rev

Rev 16124 | Rev 16130 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 16124 Rev 16129
Line 1622... Line 1622...
1622
 
1622
 
1623
  va_start(vp,s);
1623
  va_start(vp,s);
1624
  vsnprintf(buf,sizeof(buf),s,vp);
1624
  vsnprintf(buf,sizeof(buf),s,vp);
1625
  va_end(vp);
1625
  va_end(vp);
1626
// better with zsh, but not always install
1626
// better with zsh, but not always install
1627
 call_sh(1,"echo -n '%s' >> /home/svn/wims/tmp/debug",buf);
1627
 call_sh("echo -n '%s' >> /home/svn/wims/tmp/debug",buf);
1628
}
1628
}