Skip to content
Snippets Groups Projects
Commit d3887f39 authored by rswindell's avatar rswindell
Browse files

Fixed warning in lfexpand().

parent 72744a7a
Branches
Tags
No related merge requests found
......@@ -277,8 +277,8 @@ time_t juliantounix(ulong j)
static void lfexpand(char *str, ulong misc)
{
char *p;
char len=0;
char newstr[1024];
size_t len=0;
if(misc&XTRN_NATIVE)
return;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment