]> git.neil.brown.name Git - wiggle.git/commit
Initialize 'o' just in case.
authorNeilBrown <neilb@suse.de>
Fri, 29 Sep 2017 02:43:55 +0000 (12:43 +1000)
committerNeilBrown <neilb@suse.de>
Fri, 29 Sep 2017 02:43:55 +0000 (12:43 +1000)
commit0de847b3717d8bb97b7d73d203acb4ffae16381b
tree7633ad79cc27f07f6afca1c2ee19c851624f68a2
parent06807312b40b9e7fe02eb9861287522385f47e2d
Initialize 'o' just in case.

Some compilers complain that this might be used
uninitialised.  They are wrong as it is only used when 'found' is
non-zero, and it is always set before found is set, but
as I like -Werror, I need to handle bad warnings too.

Fixes #6

Signed-off-by: NeilBrown <neilb@suse.de>
vpatch.c