]> git.pld-linux.org Git - packages/aspseek.git/commitdiff
- fix for types (compilation error on 64-bit archs)
authorJakub Bogusz <qboosh@pld-linux.org>
Wed, 28 Aug 2002 13:27:39 +0000 (13:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aspseek-types.patch -> 1.1

aspseek-types.patch [new file with mode: 0644]

diff --git a/aspseek-types.patch b/aspseek-types.patch
new file mode 100644 (file)
index 0000000..49b12b7
--- /dev/null
@@ -0,0 +1,12 @@
+--- aspseek-1.2.8/src/sqldbi.cpp.orig  Mon Feb  4 10:11:12 2002
++++ aspseek-1.2.8/src/sqldbi.cpp       Wed Aug 28 15:01:59 2002
+@@ -1844,7 +1844,8 @@
+               while (answ && answ->FetchRow())
+               {
+                       BYTE* content;
+-                      ULONG urlid, wordCount, uLen;
++                      ULONG urlid, wordCount;
++                      unsigned long int uLen;
+                       char content_type[50];
+                       string charset_db;
+                       int size, charset_gid;
This page took 0.038679 seconds and 4 git commands to generate.