view AUTHORS @ 729:9a6a7e95467a

Make stricter match for option's names consisting of a prefix and a number. It allows to have names like "prefix_12" and "prefix_something" in the same file. Using strtol() was wrong since it allowed names like "prefix_-0xa", leading to unpredictable results. It was wrong too with "prefix_something", which was equivalent to "prefix_0", instead of being an option of its own.
author zas_
date Wed, 21 May 2008 19:37:18 +0000
parents 95ea60c485ec
children
line wrap: on
line source

John Ellis <johne@verizon.net>  (Original author and maintainer of GQview)

The Geeqie Team:
  Vladimir Nadvornik <nadvornik at suse dot cz> (Maintainer of Geeqie)
  Petr Ostadal <postadal at suse dot cz>
  Laurent Monin <zas at norz dot org>