diff Plugins/Input/adplug/core/a2m.cpp @ 645:eed025d97b7e trunk

[svn] Initialize org variable before using it.
author chainsaw
date Sun, 19 Feb 2006 06:34:25 -0800
parents 8df427a314a8
children f12d7e208b43
line wrap: on
line diff
--- 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};