aboutsummaryrefslogtreecommitdiffstats
path: root/islang.c
diff options
context:
space:
mode:
authorFumitoshi UKAI <ukai@debian.or.jp>2005-02-26 17:06:44 +0000
committerFumitoshi UKAI <ukai@debian.or.jp>2005-02-26 17:06:44 +0000
commit088e2bc30b897a2eb48ba5ee6ab6dc3a1219afa1 (patch)
treeeb82ee68774acaa576e6a776279a1004c0b87952 /islang.c
parent[w3m-dev-en 01045] From newbie: problem with w3m-0.5.1 installation (diff)
downloadw3m-088e2bc30b897a2eb48ba5ee6ab6dc3a1219afa1.tar.gz
w3m-088e2bc30b897a2eb48ba5ee6ab6dc3a1219afa1.zip
[w3m-dev 04143] Patch for OS/2
* config.h.in: ifdef HAVE_SETPGRP * configure.in: define USE_BINMODE_STREAM for *os2-emx* * islang.c: ULONG -> unsigned long * main.c: ULONG -> unsigned long
Diffstat (limited to 'islang.c')
-rw-r--r--islang.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/islang.c b/islang.c
index bcf9688..2d0c164 100644
--- a/islang.c
+++ b/islang.c
@@ -18,7 +18,7 @@ main(int argc, char **argv)
return 1;
if (isdigit((int)*argv[1])) {
- ULONG CpList[8], CpSize;
+ unsigned long CpList[8], CpSize;
APIRET rc = DosQueryCp(sizeof(CpList), CpList, &CpSize);
if (rc)
return rc;