[Groonga-commit] pgroonga/pgroonga at da88344 [master] check: fix variable name

Back to archive index

Kouhei Sutou null+****@clear*****
Wed Jan 4 22:09:59 JST 2017


Kouhei Sutou	2017-01-04 22:09:59 +0900 (Wed, 04 Jan 2017)

  New Revision: da883448520a815377344785a8ed3f2969adf890
  https://github.com/pgroonga/pgroonga/commit/da883448520a815377344785a8ed3f2969adf890

  Message:
    check: fix variable name

  Modified files:
    src/pgroonga-check.c

  Modified: src/pgroonga-check.c (+1 -1)
===================================================================
--- src/pgroonga-check.c    2017-01-04 22:07:58 +0900 (bb8b74f)
+++ src/pgroonga-check.c    2017-01-04 22:09:59 +0900 (cfd4d65)
@@ -43,7 +43,7 @@ PGrnRemoveAllRelatedFiles(const char *databaseDirectoryPath)
 			join_path_components(path,
 								 databaseDirectoryPath,
 								 data.cFileName);
-			unlink(data.cFileName);
+			unlink(path);
 		} while (FindNextFile(finder, &data) != 0);
 		FindClose(finder);
 	}
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index