diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1996-07-15 19:32:24 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1996-07-15 19:32:24 +0000 |
commit | 34ca0d5d86e2f4558c0e8cf1600e782a276163d7 (patch) | |
tree | 8d841df57447dd89f9b8f987564c48a7b7f893fc /misc | |
parent | Update to current version (diff) |
Fix charset problem
Diffstat (limited to 'misc')
-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. |