summaryrefslogtreecommitdiff
path: root/src/blitter/factory.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/blitter/factory.hpp')
-rw-r--r--src/blitter/factory.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blitter/factory.hpp b/src/blitter/factory.hpp
index cda470510..01faca68f 100644
--- a/src/blitter/factory.hpp
+++ b/src/blitter/factory.hpp
@@ -63,7 +63,7 @@ protected:
* @pre There is no blitter registered with this name.
*/
BlitterFactory(const char *name, const char *description, bool usable = true) :
- name(strdup(name)), description(strdup(description))
+ name(stredup(name)), description(stredup(description))
{
if (usable) {
/*