changeset 645:eed025d97b7e trunk

[svn] Initialize org variable before using it.
author chainsaw
date Sun, 19 Feb 2006 06:34:25 -0800
parents 61bc556b71f0
children 8b24c71b91df
files Plugins/Input/adplug/core/a2m.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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};