opnsense-ports/databases/db/files/patch-db.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

18 lines
396 B
C

--- db.c.orig Thu Jun 21 11:20:05 2007
+++ db.c Thu Jun 21 11:20:32 2007
@@ -571,11 +571,11 @@
buflen = elen;
}
*edata = buf;
- if (extra_echars) {
- return (strsvisx(buf, data, len, encflags, extra_echars));
- } else {
+// if (extra_echars) {
+// return (strsvisx(buf, data, len, encflags, extra_echars));
+// } else {
return (strvisx(buf, data, len, encflags));
- }
+// }
}
int