Skip to content

Commit 81800b8

Browse files
author
roudoudou
committed
bayer Matrix evolution
1 parent f0a443e commit 81800b8

File tree

3 files changed

+287
-69
lines changed

3 files changed

+287
-69
lines changed

bayerFloyd.png

2.08 KB
Loading

library.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5713,7 +5713,7 @@ char *ConvertDate(char *rawdate,char *input_mask, char *output_mask)
57135713

57145714
char newdate[256];
57155715
char tmptext[16];
5716-
char tmpdate[21];
5716+
char tmpdate[128];
57175717
int day,month,year,hour,minute,second;
57185718
int i,l;
57195719

0 commit comments

Comments
 (0)