bpe - binary patch editor

Chris Hatch clh at seer.UUCP
Tue Oct 30 22:08:28 AEST 1990


In article <4902 at taux01.nsc.com> amos at taux01.nsc.com (Amos Shapir) writes:
>The 'h' command doesn't work as distributed.  To fix, precede each call to
>'toupper' in hexsrch.c by an appropriate 'if(islower(a))' test.
>(I wonder why people bother to post programs they never checked themselves
>even once - there's no way this could have worked on any UNIX version I know)

Actually, by definition 'if (islower(a)) a=toupper(a);' should be the exact
same thing as 'a=toupper(a);'. If that is not the case, then your compiler
(or rather your library) is broken. This is in ANSI... Don't know about
the Unix "standards."



More information about the Alt.sources.d mailing list