commit 6ffc52c1ca93c1531ec8454842a0f4e615d58433 parent fec793445814650bce32d40aae31ac526447b27f Author: Christoph Lohmann <20h@r-36.net> Date: Fri, 31 Mar 2017 16:47:14 +0200 DOS. Really? Diffstat:
dos.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dos.c b/dos.c @@ -13,7 +13,7 @@ char * dosenc(char *str, int l) { - /* To be implemented. */ + /* To be implemented. Really? */ return str; }