1
0
mirror of https://github.com/php/php-src.git synced 2026-04-24 08:28:26 +02:00

no c++ comments

This commit is contained in:
Marcus Boerger
2002-11-03 16:50:08 +00:00
parent aaf5911b16
commit 068d9d4786
+1 -1
View File
@@ -95,7 +95,7 @@ DBA_FETCH_FUNC(cdb)
unsigned int len;
char *new_entry = NULL;
// cdb_findstart(&cdb->c);
/* cdb_findstart(&cdb->c); */
if (cdb_find(&cdb->c, key, keylen) == 1) {
while(skip--) {
if (cdb_findnext(&cdb->c, key, keylen) != 1) {