CristianHenzel / ClipIt

ClipIt clipboard manager for GTK+
https://github.com/CristianHenzel/ClipIt
GNU General Public License v3.0
648 stars 84 forks source link

cppcheck error: Uninitialized variable: count #91

Closed onlyjob closed 6 years ago

onlyjob commented 6 years ago

cppcheck found the following error:

[main.c:576]: (error) Uninitialized variable: count

https://github.com/CristianHenzel/ClipIt/blob/master/src/main.c#L576

CristianHenzel commented 6 years ago

Fixed by 8c5c3e67c0e08893bb432834d36efdb9c6963a25

onlyjob commented 6 years ago

Thanks. :)