lp://staging/~lubuntu-dev/lxde/pcmanfm-lxde-git
- Get this branch:
- bzr branch lp://staging/~lubuntu-dev/lxde/pcmanfm-lxde-git
Branch merges
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.lxde.org/git/lxde/pcmanfm.git.
Last successful import was .
Recent revisions
- 1466. By Michael Weghorn
-
Avoid undefined 'isdigit()' behaviour
As the C11 standard says in section 7.4, 1),
the 'isdigit()' function is only well-defined
under this precondition:> The header <ctype.h> declares several functions
> useful for classifying and mapping characters.
> In all cases the argument is an int, the value of
> which shall be representable as an unsigned char or
> shall equal the value of the macro EOF. If the argument
> has any other value, the behavior is undefined.Therefore avoid to use the 'isdigit()' function here,
since the Gdk key codes and thus the 'keyval'
member from the 'GdkEventKey' do not always fulfill
this requirement and the behaviour is thus undefined.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)