Ticket #16 (closed defect: fixed)

Opened 6 months ago

Last modified 3 months ago

Small fix for tango 0.99.4

Reported by: Cyborg16 Assigned to:
Priority: trivial Version:
Keywords: Cc:

Description

Tiny change because of the tango 0.99.4 name change: toUtf8 -> toString. Works fine with the following change:

Index: DerelictUtil/derelict/util/wrapper.d
===================================================================
--- DerelictUtil/derelict/util/wrapper.d        (revision 279)
+++ DerelictUtil/derelict/util/wrapper.d        (working copy)
@@ -54,7 +54,7 @@
 {
     version(Tango)
     {
-        return toUtf8z(str);
+        return toStringz(str);
     }
     else
     {

Change History

04/13/08 21:35:15 changed by aldacron

  • status changed from new to closed.
  • resolution set to fixed.