diff options
author | Max Kellermann <max@duempel.org> | 2008-03-26 10:38:48 +0000 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2008-03-26 10:38:48 +0000 |
commit | 1d97bbbdd9d6015246b6b894dcc41209e7cce369 (patch) | |
tree | 7dd16d8e8f34fff4939a5cc058c4199f9af91921 /src/notify.c | |
parent | e4779fa752e7426a25715c843b18c1fd95e77b9a (diff) | |
download | mpd-1d97bbbdd9d6015246b6b894dcc41209e7cce369.tar.gz mpd-1d97bbbdd9d6015246b6b894dcc41209e7cce369.tar.xz mpd-1d97bbbdd9d6015246b6b894dcc41209e7cce369.zip |
unsigned counters
Use unsigned variables for storing the count of items or for iteration
variables. Since there can never be a negative number of items, it
makes sense to use an unsigned data type here. This change is safe
because the unsigned values are only used for adddressing array items.
git-svn-id: https://svn.musicpd.org/mpd/trunk@7214 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src/notify.c')
0 files changed, 0 insertions, 0 deletions