[Bug 435250] [NEW] incorrect cmdline arguments processing
Luigi Capriotti
l.capriotti at xbmc.org
Wed Sep 23 13:10:28 UTC 2009
Public bug reported:
Binary package hint: fbdesk
if fbdesk is launched with any parameter except -v the usage is shown
and fbdesk terminates. This is due to an invalid if/else if/else
statement:
76c76
< } if (strcmp("-v", argv[i]) == 0) {
---
> } else if (strcmp("-v", argv[i]) == 0) {
** Affects: fbdesk (Ubuntu)
Importance: Undecided
Status: New
--
incorrect cmdline arguments processing
https://bugs.launchpad.net/bugs/435250
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
More information about the universe-bugs
mailing list