Commit 88c4ad24 authored by unknown's avatar unknown

Added missing cast.

parent 776713f4
...@@ -395,7 +395,7 @@ static void netware_init() ...@@ -395,7 +395,7 @@ static void netware_init()
} }
/* Parse program name and change to base format */ /* Parse program name and change to base format */
name= my_progname; name= (char*) my_progname;
for (; *name; name++) for (; *name; name++)
{ {
if (*name == '\\') if (*name == '\\')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment