diff options
| author | Hiroki Sato <hrs@FreeBSD.org> | 2004-08-20 17:05:02 +0000 |
|---|---|---|
| committer | Hiroki Sato <hrs@FreeBSD.org> | 2004-08-20 17:05:02 +0000 |
| commit | a1aa21a11b94d1cf3625d162e186e68ce495ad73 (patch) | |
| tree | 0f582b5a915b68c4a15a3c5f028962631dca50a8 /databases/grass-i18n/files/patch-src-raster-r.in.doq-cmd-get_newhead.c | |
| parent | Update to 0.2.0 (diff) | |
Add databases/grass-i18n (repocopy'd from databases/grass),
an internationalized version of Geographic Resources Analysis
Support System (GRASS GIS) from GRASS i18n Project sponsored
by IPA, Information-technology Promotion Agency, Japan.
grass-i18n is based on version 5.0.3 and includes a Japanese
TrueType font set (IPA font).
Diffstat (limited to 'databases/grass-i18n/files/patch-src-raster-r.in.doq-cmd-get_newhead.c')
| -rw-r--r-- | databases/grass-i18n/files/patch-src-raster-r.in.doq-cmd-get_newhead.c | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/databases/grass-i18n/files/patch-src-raster-r.in.doq-cmd-get_newhead.c b/databases/grass-i18n/files/patch-src-raster-r.in.doq-cmd-get_newhead.c deleted file mode 100644 index 44db98ad52c3..000000000000 --- a/databases/grass-i18n/files/patch-src-raster-r.in.doq-cmd-get_newhead.c +++ /dev/null @@ -1,20 +0,0 @@ ---- src/raster/r.in.doq/cmd/get_newhead.c.orig Sun Jul 11 17:17:15 2004 -+++ src/raster/r.in.doq/cmd/get_newhead.c Sun Jul 11 17:17:26 2004 -@@ -44,7 +44,7 @@ - /*** Check data ordering ******/ - if (strstr(buf,"LEFT_RIGHT/TOP_BOTTOM") == NULL) { - fprintf(stderr,"Unable to handle this data ordering: %s\n",buf); -- exit(); -+ exit(1); - } - } - else if (strstr(buf,"SAMPLES_AND_LINES") != NULL) { -@@ -63,7 +63,7 @@ - /*********** Get # bands now handlws one ***************/ - if (strstr(buf,"BLACK&WHITE") == NULL) { - fprintf(stderr,"There are multiple bands in this image.\n This routine presently handles only one\n"); -- exit(); -+ exit(1); - } - } - else if (strstr(buf,"HORIZONTAL_DATUM") != NULL) { |
