evas pmap loader - remove pointless extra assign of end of string to 0

not an actual bug - just analysis impacting

found by PVS studio
This commit is contained in:
Carsten Haitzler 2017-07-29 00:52:28 +09:00
parent aab56c4123
commit 2930bc0b06
1 changed files with 0 additions and 1 deletions

View File

@ -350,7 +350,6 @@ pmaps_buffer_plain_update(Pmaps_Buffer *b)
b->unread[0] = '\0';
b->unread_len = 0;
b->buffer[r] = '\0';
b->current = b->buffer;
b->end = b->buffer + r;