git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2264
1f10aa63-cdf2-0310-b900-
c93c546f37ac
}
catch(std::exception x)
{
- g_warning(x.what());
+ g_warning("%s", x.what());
}
}
}
catch(std::exception x)
{
- g_warning(x.what());
+ g_warning("%s", x.what());
}
}
}
catch(std::exception x)
{
- g_warning(x.what());
+ g_warning("%s", x.what());
}
}
}
catch(std::exception x)
{
- g_warning(x.what());
+ g_warning("%s", x.what());
}
}
}
catch(std::exception x)
{
- g_warning(x.what());
+ g_warning("%s", x.what());
}
}
}
catch(std::exception x)
{
- g_warning(x.what());
+ g_warning("%s", x.what());
}
}