diff options
author | miwi <miwi@FreeBSD.org> | 2007-08-23 18:58:59 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-08-23 18:58:59 +0800 |
commit | 7ad2f8044a9c452da00193f8fe4c4c32aedd3f38 (patch) | |
tree | 4750953cac0e3818bbf8f1e8a3155dc01049a4a4 /astro/boinc-setiathome-enhanced/files | |
parent | e32827e987a9fd5f8a7b3b809f13cffa9ac31ca4 (diff) | |
download | freebsd-ports-gnome-7ad2f8044a9c452da00193f8fe4c4c32aedd3f38.tar.gz freebsd-ports-gnome-7ad2f8044a9c452da00193f8fe4c4c32aedd3f38.tar.zst freebsd-ports-gnome-7ad2f8044a9c452da00193f8fe4c4c32aedd3f38.zip |
- Update to 5.27
PR: 115449
Submitted by: Rene Ladan <r.c.ladan@gmail.com> (maintainer)
Diffstat (limited to 'astro/boinc-setiathome-enhanced/files')
-rw-r--r-- | astro/boinc-setiathome-enhanced/files/patch-db-sqlblob.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/astro/boinc-setiathome-enhanced/files/patch-db-sqlblob.h b/astro/boinc-setiathome-enhanced/files/patch-db-sqlblob.h deleted file mode 100644 index 12a1c244470c..000000000000 --- a/astro/boinc-setiathome-enhanced/files/patch-db-sqlblob.h +++ /dev/null @@ -1,12 +0,0 @@ ---- db/sqlblob.h Thu Dec 1 01:01:01 2005 -+++ db/sqlblob.h Thu Dec 14 23:26:29 2006 -@@ -75,7 +75,7 @@ - fflush(stderr); - #endif - } -- b.mem=new std::vector<T>(xml_decode_string(buf.c_str()+start,end-start,enc_string)); -+ b.mem=new std::vector<T>(xml_decode_string<T>(buf.c_str()+start,end-start,enc_string)); - #ifdef DEBUG_ALLOCATIONS - fprintf(stderr,"sqlblob: allocated a vector at 0x%p\n",b.mem); - fflush(stderr); - |