]> git.tuebingen.mpg.de Git - paraslash.git/commit
blob.c: Don't initialize table pointer in table->init().
authorAndre Noll <maan@tuebingen.mpg.de>
Mon, 14 Mar 2022 22:51:46 +0000 (23:51 +0100)
committerAndre Noll <maan@tuebingen.mpg.de>
Mon, 17 Oct 2022 18:36:21 +0000 (20:36 +0200)
commitb5c41f48cb47e88303f687caf8b039972c00e0d1
tree166f51279f030c4afc8ab5255950800457397c46
parent0f664765324ab276cad2d1f1e14ae64c81def413
blob.c: Don't initialize table pointer in table->init().

This is a global variable which is guaranteed to be zeroed by the
compiler.
blob.c