Typecasts gefixt

Change-Id: I0d2928c804e9e1779fbd9bec33ba27977a6d1e93
diff --git a/std/clothingHG.c b/std/clothingHG.c
index 314e8e0..a07b850 100644
--- a/std/clothingHG.c
+++ b/std/clothingHG.c
@@ -31,7 +31,7 @@
   }
   if (objectp(environment()) && objectp(environment(environment())))
     tell_room(environment(environment()),
-	capitalize((string)PL->name(WER)) + " setzt " + name(WEN,0) + 
+	capitalize(({string})PL->name(WER)) + " setzt " + name(WEN,0) + 
 	" auf.\n");
 }
 
@@ -40,7 +40,7 @@
     tell_object(worn_by,  "Du setzt " + name(WEN,1) + " ab.\n" );
   }
   tell_room(environment(worn_by), 
-	    (capitalize((string)worn_by->name(WER))) + " setzt " +
+	    (capitalize(({string})worn_by->name(WER))) + " setzt " +
 	    name(WEN,0) + " ab.\n", ({worn_by}));
 }