mirror of
https://github.com/libretro/PUAE.git
synced 2024-11-22 23:40:31 +00:00
puae 2.3.3 FIXME
This commit is contained in:
parent
81ab0264bb
commit
99f5349552
@ -14,6 +14,6 @@ scg=" --with-libscg-prefix=/opt/schily"
|
||||
#
|
||||
#
|
||||
./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
|
||||
|
@ -2663,7 +2663,7 @@ empty_fs:
|
||||
#ifdef FILESYS
|
||||
add_filesys_config (p, -1, dname, aname, str, ro, secs, heads, reserved, bs, bp, fs, hdcv, 0);
|
||||
#endif
|
||||
xfree (str);
|
||||
//FIXME: xfree (str);
|
||||
return 1;
|
||||
|
||||
invalid_fs:
|
||||
@ -2865,7 +2865,7 @@ static void subst (TCHAR *p, TCHAR *f, int n)
|
||||
TCHAR *str = cfgfile_subst_path (UNEXPANDED, p, f);
|
||||
_tcsncpy (f, str, n - 1);
|
||||
f[n - 1] = '\0';
|
||||
free (str);
|
||||
//FIXME: free (str);
|
||||
}
|
||||
|
||||
static char *cfg_fgets (char *line, int max, struct zfile *fh)
|
||||
|
Loading…
Reference in New Issue
Block a user