flowtop: Use size of destination buffer in memcpy
commit21adfd2ba4324bb8575b17ecd76c0f3b3988246e
authorTobias Klauser <tklauser@distanz.ch>
Sun, 12 May 2013 10:17:15 +0000 (12 12:17 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Sun, 12 May 2013 10:31:03 +0000 (12 12:31 +0200)
treee5617e0c5324bca7c81cd029cd5e9dd7ac1949d4
parenta723f99244edfa7e9c9cfc61130570584128ccf4
flowtop: Use size of destination buffer in memcpy

The coverity scanner found the macro used as argument to sizeof
suspicious. Use sizeof the destination buffer instead.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
flowtop.c