<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=UTF-8" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Dave,<br>
<br>
I've checked this into trunk.<br>
<br>
Thanks,<br>
Brian<br>
<br>
On 05/28/2010 10:17 AM, David Chin wrote:
<blockquote
cite="mid:AANLkTikRDczl9G9j5ktlGKM-LYJJa43_ze6IyZe9yfF6@mail.gmail.com"
type="cite">
<pre wrap="">Hi,
I don't like typing all uppercase, so here's a trivial patch
to make showgrid's args case-insensitive. This is against
the 3.3 from svn. I think I did this a few years ago, too, and
sent it to the list but nothing came of it. The modifications
are to src/server/OUserI.c
Also, src/server/OServer.c
if (!strcmp(ptr,"TRAP") || !strcmp(ptr,"trap"))
which can just be replaced with
if (!strcasecmp(ptr, "trap"))
So, I just did that, too.
It works for me: YMMV.
Cheers,
Dave
</pre>
<pre wrap="">
<fieldset class="mimeAttachmentHeader"></fieldset>
_______________________________________________
mauiusers mailing list
<a class="moz-txt-link-abbreviated" href="mailto:mauiusers@supercluster.org">mauiusers@supercluster.org</a>
<a class="moz-txt-link-freetext" href="http://www.supercluster.org/mailman/listinfo/mauiusers">http://www.supercluster.org/mailman/listinfo/mauiusers</a>
</pre>
</blockquote>
<br>
</body>
</html>