# HG changeset patch # User chainsaw # Date 1140359665 28800 # Node ID eed025d97b7efbf182e3d9ed7c968d7bb6950663 # Parent 61bc556b71f07a46c6d6ceec7517dff0e8ae1e45 [svn] Initialize org variable before using it. diff -r 61bc556b71f0 -r eed025d97b7e Plugins/Input/adplug/core/a2m.cpp --- a/Plugins/Input/adplug/core/a2m.cpp Sun Feb 19 06:13:53 2006 -0800 +++ b/Plugins/Input/adplug/core/a2m.cpp Sun Feb 19 06:34:25 2006 -0800 @@ -70,7 +70,7 @@ } ch; int i,j,k,t; unsigned int l; - unsigned char *org, *orgptr; + unsigned char *org = 0, *orgptr; unsigned long alength; unsigned short len[9], *secdata, *secptr; const unsigned char convfx[16] = {0,1,2,23,24,3,5,4,6,9,17,13,11,19,7,14};