Commit 99f53495 authored by mtufan's avatar mtufan

puae 2.3.3 FIXME

parent 81ab0264
...@@ -14,6 +14,6 @@ scg=" --with-libscg-prefix=/opt/schily" ...@@ -14,6 +14,6 @@ scg=" --with-libscg-prefix=/opt/schily"
# #
# #
./bootstrap.sh ./bootstrap.sh
./configure $base $cd32 $a600 $scsi $other $scg CFLAGS="-m32" LDFLAGS="-m32" CPPFLAGS="-m32" ./configure $base $cd32 $a600 $scsi $other $scg $debug CFLAGS="-m32" LDFLAGS="-m32" CPPFLAGS="-m32"
make clean make clean
make make
...@@ -2663,7 +2663,7 @@ empty_fs: ...@@ -2663,7 +2663,7 @@ empty_fs:
#ifdef FILESYS #ifdef FILESYS
add_filesys_config (p, -1, dname, aname, str, ro, secs, heads, reserved, bs, bp, fs, hdcv, 0); add_filesys_config (p, -1, dname, aname, str, ro, secs, heads, reserved, bs, bp, fs, hdcv, 0);
#endif #endif
xfree (str); //FIXME: xfree (str);
return 1; return 1;
invalid_fs: invalid_fs:
...@@ -2865,7 +2865,7 @@ static void subst (TCHAR *p, TCHAR *f, int n) ...@@ -2865,7 +2865,7 @@ static void subst (TCHAR *p, TCHAR *f, int n)
TCHAR *str = cfgfile_subst_path (UNEXPANDED, p, f); TCHAR *str = cfgfile_subst_path (UNEXPANDED, p, f);
_tcsncpy (f, str, n - 1); _tcsncpy (f, str, n - 1);
f[n - 1] = '\0'; f[n - 1] = '\0';
free (str); //FIXME: free (str);
} }
static char *cfg_fgets (char *line, int max, struct zfile *fh) static char *cfg_fgets (char *line, int max, struct zfile *fh)
......
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