comparison xlovesys.cc @ 41:4c832144b3f2

OtakuNoRaifu is born! (Changed 'xclannad' to 'OtakuNoRaifu')
author thib
date Mon, 23 Mar 2009 18:17:57 +0000
parents 2c574c3d50a9
children cbb301016a4e
comparison
equal deleted inserted replaced
40:651237260724 41:4c832144b3f2
81 break; 81 break;
82 case 'r': 82 case 'r':
83 strncpy(rootPath, optarg, 1023); 83 strncpy(rootPath, optarg, 1023);
84 break; 84 break;
85 case 'v': 85 case 'v':
86 printf("xclannad %s\n", VERSION); 86 printf("otakunoraifu %s\n", VERSION);
87 end = 1; 87 end = 1;
88 break; 88 break;
89 case 'k': 89 case 'k':
90 if (xor_key == NULL) 90 if (xor_key == NULL)
91 xor_key = new char[33]; 91 xor_key = new char[33];