svn commit: samba r4553 - in branches/SAMBA_4_0/source/build/pidl: .

metze at samba.org metze at samba.org
Thu Jan 6 06:59:14 GMT 2005


Author: metze
Date: 2005-01-06 06:59:14 +0000 (Thu, 06 Jan 2005)
New Revision: 4553

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4553

Log:
fix typo

metze

Modified:
   branches/SAMBA_4_0/source/build/pidl/header.pm


Changeset:
Modified: branches/SAMBA_4_0/source/build/pidl/header.pm
===================================================================
--- branches/SAMBA_4_0/source/build/pidl/header.pm	2005-01-06 06:34:07 UTC (rev 4552)
+++ branches/SAMBA_4_0/source/build/pidl/header.pm	2005-01-06 06:59:14 UTC (rev 4553)
@@ -206,7 +206,7 @@
 	my($declare) = shift;
 
 	if ($declare->{DATA}->{TYPE} eq "ENUM") {
-		util::enum_bitmap($declare, $declare->{NAME});
+		util::register_enum($declare, $declare->{NAME});
 	} elsif ($declare->{DATA}->{TYPE} eq "BITMAP") {
 		util::register_bitmap($declare, $declare->{NAME});
 	}



More information about the samba-cvs mailing list