Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/file/dist/magic/magdir magic bug.



details:   https://anonhg.NetBSD.org/src/rev/34ccd6f06083
branches:  trunk
changeset: 783689:34ccd6f06083
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Jan 04 00:49:44 2013 +0000

description:
magic bug.

diffstat:

 external/bsd/file/dist/magic/magdir/geo |  16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diffs (24 lines):

diff -r 15cf0eb4b190 -r 34ccd6f06083 external/bsd/file/dist/magic/magdir/geo
--- a/external/bsd/file/dist/magic/magdir/geo   Thu Jan 03 23:20:28 2013 +0000
+++ b/external/bsd/file/dist/magic/magdir/geo   Fri Jan 04 00:49:44 2013 +0000
@@ -106,12 +106,12 @@
 
 # Geospatial Designs http://www.geospatialdesigns.com/surfer6_format.htm
 0      string          DSBB    Surfer 6 binary grid file
-4      leshort         x       \b, %d
-6      leshort         x       \bx%d
-8      ledouble        x       \b, minx=%g
-16     ledouble        x       \b, maxx=%g
-24     ledouble        x       \b, miny=%g
-32     ledouble        x       \b, maxy=%g
-40     ledouble        x       \b, minz=%g
-48     ledouble        x       \b, maxz=%g
+>4     leshort         x       \b, %d
+>6     leshort         x       \bx%d
+>8     ledouble        x       \b, minx=%g
+>16    ledouble        x       \b, maxx=%g
+>24    ledouble        x       \b, miny=%g
+>32    ledouble        x       \b, maxy=%g
+>40    ledouble        x       \b, minz=%g
+>48    ledouble        x       \b, maxz=%g
 



Home | Main Index | Thread Index | Old Index