aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2015-02-21 19:46:35 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2015-02-21 19:47:34 +0100
commit99abf0775bc4df4f228bab20d23da580952a7423 (patch)
treef1576bf5604c408815f054fdef55aa6fb349b0f1
parent4624eebd7838ef948b9a17a2f29005d0e4b1d8e4 (diff)
downloadsciteco-99abf0775bc4df4f228bab20d23da580952a7423.tar.gz
fixed assertion in search.cpp
-rw-r--r--src/search.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/search.cpp b/src/search.cpp
index 7261308..3d6b042 100644
--- a/src/search.cpp
+++ b/src/search.cpp
@@ -333,7 +333,7 @@ StateSearch::pattern2regexp(const gchar *&pattern,
default:
/* shouldn't happen */
- g_assert(true);
+ g_assert(false);
}
next: