]> git.eshelyaron.com Git - emacs.git/commitdiff
(print_version): Print VERSION as a string.
authorRichard M. Stallman <rms@gnu.org>
Sat, 23 Apr 1994 07:08:49 +0000 (07:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 23 Apr 1994 07:08:49 +0000 (07:08 +0000)
lib-src/etags.c

index d05b35e8d2eb6a1dbab76a24ec772e89f0d6b764..9bd4bce83f5185efd111d3d20f36e341538d695a 100644 (file)
@@ -303,7 +303,7 @@ void
 print_version ()
 {
 #ifdef VERSION
-  printf ("%s for Emacs version %g.\n", (CTAGS) ? "CTAGS" : "ETAGS", VERSION);
+  printf ("%s for Emacs version %s.\n", (CTAGS) ? "CTAGS" : "ETAGS", VERSION);
 #else
   printf ("%s for Emacs version 19.\n", (CTAGS) ? "CTAGS" : "ETAGS");
 #endif