diff options
Diffstat (limited to 'src/Hooks/CCpp.cpp')
| -rw-r--r-- | src/Hooks/CCpp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Hooks/CCpp.cpp b/src/Hooks/CCpp.cpp index 4a52943..03dfb7b 100644 --- a/src/Hooks/CCpp.cpp +++ b/src/Hooks/CCpp.cpp @@ -75,7 +75,7 @@ int main(int argc, char** argv) dd.Create(dd_path); dd.SaveProc(pid); - dd.SaveText(FILENAME_LANGUAGE, "CCpp"); + dd.SaveText(FILENAME_ANALYZER, "CCpp"); if ((fp = fopen(cd_path, "w")) == NULL) { fprintf(stderr, "%s: Can not open the file %s.\n", |
