Skip to content

Commit fa9c962

Browse files
Alena Rybakinadanolivo
Alena Rybakina
authored andcommitted
Change uint on uint32
1 parent 3374fe7 commit fa9c962

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎storage.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ data_store(const char *filename, form_record_t callback,
586586
{
587587
FILE *file;
588588
size_t size;
589-
uint counter = 0;
589+
uint32 counter = 0;
590590
void *data;
591591
char *tmpfile;
592592

0 commit comments

Comments
 (0)