author | Jerald Fitzjerald <jfj@freemail.gr> | |
Wed, 30 May 2007 12:39:58 +0000 (05:39 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Wed, 30 May 2007 22:03:50 +0000 (15:03 -0700) | ||
commit | 86d14e1b1d1063fc943c71edc8b05e1ce32c1602 | |
tree | b441e296412b6bb41806b5392fc78e6df288bb5a | tree | snapshot |
parent | 192a6be2a77ab3bf446237fdf6575b0aca863d9e | commit | diff |
decode_85(): fix missing return.
When the function detected an invalid base85 sequence, it issued
an error message but forgot to return error status at that point
and kept going.
Signed-off-by: Jerald Fitzjerald <jfj@freemail.gr>
Signed-off-by: Junio C Hamano <junkio@cox.net>
When the function detected an invalid base85 sequence, it issued
an error message but forgot to return error status at that point
and kept going.
Signed-off-by: Jerald Fitzjerald <jfj@freemail.gr>
Signed-off-by: Junio C Hamano <junkio@cox.net>
base85.c | diff | blob | history |