summaryrefslogtreecommitdiff
path: root/hw/kdrive/linux/tslib.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/kdrive/linux/tslib.c')
-rw-r--r--hw/kdrive/linux/tslib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/kdrive/linux/tslib.c b/hw/kdrive/linux/tslib.c
index 7ad7a8814..19c8e84b5 100644
--- a/hw/kdrive/linux/tslib.c
+++ b/hw/kdrive/linux/tslib.c
@@ -169,7 +169,7 @@ TslibInit (KdPointerInfo *pi)
/* hacktastic */
private->phys_screen = 0;
pi->nAxes = 3;
- pi->name = KdSaveString("Touchscreen");
+ pi->name = strdup("Touchscreen");
pi->inputClass = KD_TOUCHSCREEN;
return Success;