summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--INSTALL7
-rw-r--r--lib/MiddleWare/test.cpp2
2 files changed, 5 insertions, 4 deletions
diff --git a/INSTALL b/INSTALL
index 1eb457ef..1279d6c7 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,7 @@
How to install
==============
-1. ./configure
-2. make
-3. make install \ No newline at end of file
+1. autogen.sh
+2. ./configure
+3. make
+4. make install \ No newline at end of file
diff --git a/lib/MiddleWare/test.cpp b/lib/MiddleWare/test.cpp
index e5c9b38a..633a6544 100644
--- a/lib/MiddleWare/test.cpp
+++ b/lib/MiddleWare/test.cpp
@@ -42,7 +42,7 @@ int main(int argc, char** argv)
sprintf(pid, "%d", getpid());
dd.Create(std::string(DEBUG_DUMPS_DIR)+"/"+pid);
dd.SaveProc(pid);
- dd.SaveText(FILENAME_LANGUAGE, "CCpp");
+ dd.SaveText(FILENAME_ANALYZER, "CCpp");
dd.SaveBinary(FILENAME_BINARYDATA1, "ass0-9as", sizeof("ass0-9as"));
/* Try to save it into DB */