From 7512d6f74897d5f85240f7987ddcdc4e64e220e7 Mon Sep 17 00:00:00 2001 From: Eduardo Ramos Testillano Date: Mon, 25 May 2015 02:57:16 +0200 Subject: [PATCH] Fix bug --- example/diameter/batchConverter/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/diameter/batchConverter/main.cpp b/example/diameter/batchConverter/main.cpp index 14300cc..2095f44 100644 --- a/example/diameter/batchConverter/main.cpp +++ b/example/diameter/batchConverter/main.cpp @@ -148,7 +148,7 @@ int main(int argc, char **argv) { } if(stackTok.size() != 2) - throw anna::RuntimeException("Each stack must be in the form '#'", ANNA_FILE_LOCATION); + throw anna::RuntimeException("Each stack must be in the form ','", ANNA_FILE_LOCATION); multistack = true; stack_it = stackTok.begin(); -- 2.20.1