sbsv1_os/e32toolp/e32util/makedef.pl
changeset 25 85578ba0aa08
parent 0 83f4b4db085c
--- a/sbsv1_os/e32toolp/e32util/makedef.pl	Tue Feb 02 01:39:43 2010 +0200
+++ b/sbsv1_os/e32toolp/e32util/makedef.pl	Fri Apr 16 16:10:01 2010 +0300
@@ -312,7 +312,7 @@
 						next;
 					}
 				}
-				$Name = $1;
+				$Name = length $1 ? $1 : '';
 # Workaround: if MWLD can't demangle the name, we will see only the __imp_ version.
 				if ($Name =~ /^__imp_(\S+)$/o) {
 					$Name = $1;