diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-04 20:32:16 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-01-04 20:32:16 +0000 |
commit | 2ddb84e1aee6e90076c6f9a0830f6da08cf1f616 (patch) | |
tree | d4d2622c7183c562a5c7a3222a805df2ed098a46 /astro/xglobe/files | |
parent | ac3860cbfe294f5ff83c137d5a0bf473e1278162 (diff) |
Notes
Diffstat (limited to 'astro/xglobe/files')
-rw-r--r-- | astro/xglobe/files/patch-renderer.cpp | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/astro/xglobe/files/patch-renderer.cpp b/astro/xglobe/files/patch-renderer.cpp index ae0ec071695c..de20cc228a18 100644 --- a/astro/xglobe/files/patch-renderer.cpp +++ b/astro/xglobe/files/patch-renderer.cpp @@ -1,5 +1,14 @@ ---- renderer.cpp.orig Mon Dec 6 17:13:35 1999 -+++ renderer.cpp Sun Jan 26 09:32:22 2003 +--- renderer.cpp.orig Tue Dec 7 03:13:35 1999 ++++ renderer.cpp Wed Jan 4 23:17:40 2006 +@@ -1434,7 +1434,7 @@ + + for(wx=0 ; wx<visiblerect.width(); wx++) + { +- switch(*src++) ++ switch((*src++)&0x00FFFFFF) + { + case 0x00000000: + *dest++ = 0; @@ -1483,8 +1483,8 @@ labelstring.sprintf("%s, %s %d. %d, %d:%02d %s\n" "View pos %2.2f° %c %2.2f° %c\n" |