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

Fixed bug.

Rev: bin/export.pike:1.13
parent 31829767
No related branches found
No related tags found
No related merge requests found
#!/usr/local/bin/pike
/* $Id: export.pike,v 1.12 1997/12/22 18:42:33 hubbe Exp $ */
/* $Id: export.pike,v 1.13 1998/03/05 15:53:45 grubba Exp $ */
#include <simulate.h>
......@@ -106,7 +106,7 @@ int main(int argc, string *argv)
x->hour,
x->min);
#else
string tag+="-rel"+rel;
tag+="-rel"+rel;
#endif
werror("Creating tag "+tag+" in the background.\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment