diff options
| author | epoch <epoch@hacking.allowed.org> | 2017-09-30 02:39:27 -0500 |
|---|---|---|
| committer | epoch <epoch@hacking.allowed.org> | 2017-09-30 02:39:27 -0500 |
| commit | 832afd87649f4fe0008a291650ccadc88df74f69 (patch) | |
| tree | c471b9a32699fccfd0852d43ec0f2695b31b4cea /src | |
| parent | d191e11c4e48cced1346f92dc76ce7bc109679e2 (diff) | |
| download | hackvr-832afd87649f4fe0008a291650ccadc88df74f69.tar.gz hackvr-832afd87649f4fe0008a291650ccadc88df74f69.zip | |
just fixed an error message.
Diffstat (limited to 'src')
| -rw-r--r-- | src/hackvr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hackvr.c b/src/hackvr.c index 04fa9a2..cdc5084 100644 --- a/src/hackvr.c +++ b/src/hackvr.c @@ -359,7 +359,7 @@ int load_stdin() {//what is this returning? global.group_rot[i]->p.z+=strtold(a[4],0); } else { - printf("# ERROR: wrong amount of parts for move. got: %d expected: 11\n",len); + printf("# ERROR: wrong amount of parts for move. got: %d expected: 4\n",len); } continue; } |
