diff options
author | ache <ache@FreeBSD.org> | 1996-07-16 03:32:24 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-07-16 03:32:24 +0800 |
commit | aae555e01aa754bf2df823ce7c871d37d581bcc5 (patch) | |
tree | 83aaf22208e8a29e1af6a4ad5400a7c006aa2f9a /misc/astrolog/files | |
parent | 0cd8c7ce6bf622433a4913aefd46efa098086e50 (diff) | |
download | freebsd-ports-gnome-aae555e01aa754bf2df823ce7c871d37d581bcc5.tar.gz freebsd-ports-gnome-aae555e01aa754bf2df823ce7c871d37d581bcc5.tar.zst freebsd-ports-gnome-aae555e01aa754bf2df823ce7c871d37d581bcc5.zip |
Fix charset problem
Diffstat (limited to 'misc/astrolog/files')
-rw-r--r-- | misc/astrolog/files/patch-ab | 21 |
1 files changed, 19 insertions, 2 deletions
diff --git a/misc/astrolog/files/patch-ab b/misc/astrolog/files/patch-ab index 3450dc7db714..3318e65cd62f 100644 --- a/misc/astrolog/files/patch-ab +++ b/misc/astrolog/files/patch-ab @@ -1,5 +1,5 @@ -*** astrolog.h.bak Thu Jun 20 22:40:36 1996 ---- astrolog.h Sun Jul 14 06:51:53 1996 +*** astrolog.h.orig Thu Jun 20 22:40:36 1996 +--- astrolog.h Mon Jul 15 23:29:41 1996 *************** *** 127,133 **** --- 127,135 ---- @@ -12,3 +12,20 @@ #else #define DEFAULT_DIR "C:\\ASTROLOG" #endif +*************** +*** 251,257 **** + #define chJW (char)('|') + #define chJE (char)('|') + #define chDeg0 (char)(' ') +! #define chDeg1 (char)(us.fAnsi ? 176 : ':') /* degree symbol */ + + /* + ** One shouldn't ever need to change anything below this line to compile. +--- 253,259 ---- + #define chJW (char)('|') + #define chJE (char)('|') + #define chDeg0 (char)(' ') +! #define chDeg1 (char)(':') /* degree symbol */ + + /* + ** One shouldn't ever need to change anything below this line to compile. |