Many small edits.

This commit is contained in:
rsc 2005-01-13 04:49:19 +00:00
parent 741f510ce7
commit c8b6342d3c
160 changed files with 2204 additions and 864 deletions

View file

@ -21,7 +21,7 @@ char *mapindex(char *);
proj projection;
static char *mapdir = "/lib/map"; /* default map directory */
static char *mapdir = "#9/map"; /* default map directory */
struct file {
char *name;
char *color;
@ -150,6 +150,7 @@ main(int argc, char *argv[])
double dd;
if(sizeof(short)!=2)
abort(); /* getshort() won't work */
mapdir = unsharp(mapdir);
s = getenv("MAP");
if(s)
file[0].name = s;