processes plugin: fix build warning
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 23 May 2018 13:41:25 +0000 (15:41 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Wed, 23 May 2018 13:41:25 +0000 (15:41 +0200)
src/processes.c:999:24: warning: comparison of integers of different signs: 'int' and 'unsigned long' [-Wsign-compare]
                 tpid) >= sizeof(filename)) {
                 ~~~~~ ^  ~~~~~~~~~~~~~~~~


No differences found