From ff07e78eefa511c7ae363a00bf9fbc761240552e Mon Sep 17 00:00:00 2001 From: ultramage Date: Thu, 10 Jul 2008 08:27:03 +0000 Subject: Renamed 'struct storage' to 'struct storage_data' (to make 'storage' available as a variable name). git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@12932 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/txt-converter/char-converter.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/txt-converter/char-converter.c') diff --git a/src/txt-converter/char-converter.c b/src/txt-converter/char-converter.c index 44e48d224..a5943729a 100644 --- a/src/txt-converter/char-converter.c +++ b/src/txt-converter/char-converter.c @@ -107,7 +107,7 @@ int convert_init(void) input = getchar(); if(input == 'y' || input == 'Y') { - struct storage storage_; + struct storage_data storage_; ShowMessage("\n"); ShowStatus("Converting Storage Database...\n"); if( (fp = fopen(storage_txt,"r")) == NULL ) @@ -121,7 +121,7 @@ int convert_init(void) lineno++; set=sscanf(line,"%d,%d",&tmp_int[0],&tmp_int[1]); if(set==2) { - memset(&storage_, 0, sizeof(struct storage)); + memset(&storage_, 0, sizeof(struct storage_data)); storage_.account_id=tmp_int[0]; if (storage_fromstr(line,&storage_) == 0) { count++; -- cgit v1.2.3-60-g2f50