Explorar el Código

Update gis.h

GRASS_VERSION_STRING is a macro not a literal string
Markus Metz hace 5 años
padre
commit
fda3b2441a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      include/gis.h

+ 1 - 1
include/gis.h

@@ -39,7 +39,7 @@
 static const char *GRASS_copyright __attribute__ ((unused))
     = "GRASS GNU GPL licensed Software";
 
-#define GIS_H_VERSION "GRASS_VERSION_STRING"
+#define GIS_H_VERSION GRASS_VERSION_STRING
 #define GIS_H_DATE    "$Date$"
 
 #define G_gisinit(pgm) G__gisinit(GIS_H_VERSION, (pgm))