#1953: wingrass: GRASS6\wx file has \r\r\n newline
----------------------+-----------------------------------------------------
Reporter: hamish | Owner: grass-dev@…
Type: defect | Status: new
Priority: minor | Milestone: 6.4.3
Component: wxGUI | Version: svn-releasebranch64
Keywords: wingrass | Platform: MSWindows XP
Cpu: x86-32 |
----------------------+-----------------------------------------------------
Hi,
just looking at the 6.5svn %APPDATA%\GRASS6\wx file in a text editor, I
see there's an extra '\r' in the newline.
a small sample of the start of the file from `hexdump -C`:
{{{
00000000 70 72 6f 66 69 6c 65 3b 72 61 73 74 65 72 3b 70
|profile;raster;p|
00000010 73 74 79 6c 65 3b 73 6f 6c 69 64 3b 70 77 69 64
|style;solid;pwid|
00000020 74 68 3b 31 3b 70 63 6f 6c 6f 72 3b 30 3a 30 3a
|th;1;pcolor;0:0:|
00000030 32 35 35 0d 0d 0a 70 72 6f 66 69 6c 65 3b 78 2d
|255...profile;x-|
00000040 61 78 69 73 3b 6d 61 78 3b 30 3b 74 79 70 65 3b
|axis;max;0;type;|
00000050 61 75 74 6f 3b 6c 6f 67 3b 46 61 6c 73 65 3b 6d
|auto;log;False;m|
00000060 69 6e 3b 30 0d 0d 0a 70 72 6f 66 69 6c 65 3b 79
|in;0...profile;y|
00000070 2d 61 78 69 73 3b 6d 61 78 3b 30 3b 74 79 70 65
|-axis;max;0;type|
}}}
It doesn't seem to harm anything AFAICT.
Hamish
--
Ticket URL: <https://trac.osgeo.org/grass/ticket/1953>
GRASS GIS <http://grass.osgeo.org>