author | Thomas Glanzmann <sithglan@stud.uni-erlangen.de> | |
Sun, 8 May 2005 09:34:40 +0000 (11:34 +0200) | ||
committer | Petr Baudis <xpasky@machine.sinus.cz> | |
Sun, 8 May 2005 15:29:33 +0000 (17:29 +0200) | ||
commit | 6ffcee883bfa6d343a3792a583775084d588afd3 | |
tree | e19665d8d42877246ac7e98a7c671d11adbe8b56 | tree | snapshot |
parent | c899350e9dbe8700ad3c945b9743e9472732684b | commit | diff |
[PATCH] Really *do* nothing in while loop
A deflate loop in sha1_file.c would have /* nothing */ as its
body, but the semicolon was missing, so the next command was run.
Fortunately the loop went through exactly once so it didn't trigger
an actual bug so far.
Signed-Off-by: Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
Signed-off-by: Petr Baudis <pasky@ucw.cz>
A deflate loop in sha1_file.c would have /* nothing */ as its
body, but the semicolon was missing, so the next command was run.
Fortunately the loop went through exactly once so it didn't trigger
an actual bug so far.
Signed-Off-by: Thomas Glanzmann <sithglan@stud.uni-erlangen.de>
Signed-off-by: Petr Baudis <pasky@ucw.cz>
sha1_file.c | diff | blob | history |