After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 171175 - [PATCH] FilterPerl.cs has bad 'elseif' keyword
[PATCH] FilterPerl.cs has bad 'elseif' keyword
Status: RESOLVED FIXED
Product: beagle
Classification: Other
Component: General
0.0.x
Other Linux
: Normal minor
: Milestone 1.5
Assigned To: Veerapuram Varadhan
Veerapuram Varadhan
Depends on:
Blocks:
 
 
Reported: 2005-03-22 06:45 UTC by Chris Schneider
Modified: 2005-03-29 14:36 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
A fix for the submitted bug, simple changes "elseif" to "elsif" (775 bytes, patch)
2005-03-22 06:47 UTC, Chris Schneider
none Details | Review

Description Chris Schneider 2005-03-22 06:45:02 UTC
Version details: CVS March 21st

FilterPerl.cs has a list of keywords (as all the source filters) and perl's
includes 'elseif'.  Perl doesn't have a keyword 'elseif' but it is instead
'elsif'.  Small nitpick, but here's a patch.
Comment 1 Chris Schneider 2005-03-22 06:47:12 UTC
Created attachment 39056 [details] [review]
A fix for the submitted bug, simple changes "elseif" to "elsif"
Comment 2 Veerapuram Varadhan 2005-03-29 14:36:27 UTC
Thanks for the patch.  Fixed in CVS.