summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-30 04:31:22 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1998-08-30 04:31:22 +0000
commit43a706b4060a33be3a8139c10660613875cb737f (patch)
tree9f02216ea2a0aaf7c1404e4f48dcc9e18cf151a6 /bin
parent49e4e68f409093cd16e733ce7f851578d24dd610 (diff)
downloadATCD-43a706b4060a33be3a8139c10660613875cb737f.tar.gz
*** empty log message ***
Diffstat (limited to 'bin')
-rwxr-xr-xbin/corba-boolean.perl6
1 files changed, 4 insertions, 2 deletions
diff --git a/bin/corba-boolean.perl b/bin/corba-boolean.perl
index 72c6c8aea17..9533d5793eb 100755
--- a/bin/corba-boolean.perl
+++ b/bin/corba-boolean.perl
@@ -8,5 +8,7 @@
# please make the change accordingly
#
-s/CORBA::B_FALSE/CORBA::FALSE/g;
-s/CORBA::B_TRUE/CORBA::TRUE/g;
+s/CORBA::B_FALSE/0/g;
+s/CORBA::B_TRUE/1/g;
+s/CORBA_B_FALSE/0/g;
+s/CORBA_B_TRUE/1/g;