diff options
author | Pixel <Pixel> | 2002-07-16 10:41:19 +0000 |
---|---|---|
committer | Pixel <Pixel> | 2002-07-16 10:41:19 +0000 |
commit | 76abdf35ee70e75f592ebc7517ba291591bed198 (patch) | |
tree | f23d904d7fa87a1510acbbc3e6db76903dc22873 | |
parent | 83f8bd40af68bd0e161b93704408b76e904039b8 (diff) |
Bleh
-rw-r--r-- | VP/search-script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/VP/search-script.cpp b/VP/search-script.cpp index 263bc49..ebbf214 100644 --- a/VP/search-script.cpp +++ b/VP/search-script.cpp @@ -21,7 +21,7 @@ int main(int argc, char ** argv) { exit(-1); } - printm(M_STATUS, "Reading informations...\n"); + printm(M_STATUS, "Reading informations from %s...\n", argv[1]); read(h, &n, 4); |