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
Branches
Tags
No related merge requests found
#!/usr/local/bin/pike #!/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> #include <simulate.h>
...@@ -106,7 +106,7 @@ int main(int argc, string *argv) ...@@ -106,7 +106,7 @@ int main(int argc, string *argv)
x->hour, x->hour,
x->min); x->min);
#else #else
string tag+="-rel"+rel; tag+="-rel"+rel;
#endif #endif
werror("Creating tag "+tag+" in the background.\n"); werror("Creating tag "+tag+" in the background.\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment