summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/regexp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/regexp.h b/src/util/regexp.h
index 4891998e5..4d12803ff 100644
--- a/src/util/regexp.h
+++ b/src/util/regexp.h
@@ -372,7 +372,7 @@ public:
}
return ret;
} else {
- return 0;
+ return -1;
}
}
};/* class String */
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback