More compiler fixes for BLI_convertstringcode calls

This commit is contained in:
Ken Hughes 2008-05-04 14:14:09 +00:00
parent e6be454787
commit 7aa6833499

@ -351,7 +351,7 @@ void BL_ConvertActuators(char* maggiename,
else
{
/* but we need to convert the samplename into absolute pathname first */
BLI_convertstringcode(soundact->sound->name, maggiename, 0);
BLI_convertstringcode(soundact->sound->name, maggiename);
samplename = soundact->sound->name;
/* and now we can load it */