shithub: cstory

Download patch

ref: b1090cd8f90ac49646b4269a86a056dedba59f00
parent: a05b8029040a6d2ce65542cbffb6742ae50282e1
author: Clownacy <Clownacy@users.noreply.github.com>
date: Thu Sep 3 17:29:48 EDT 2020

Correct some mistakes that this branch has

--- a/src/Sound.cpp
+++ b/src/Sound.cpp
@@ -13,6 +13,7 @@
 #include "Sound.h"
 
 #include <stddef.h>
+#include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
 #include <string>
@@ -211,7 +212,7 @@
 #ifdef FIX_MAJOR_BUGS
 		free(wp);	// The updated Organya source code includes this fix
 #endif
-		return FALSE;	
+		return FALSE;
 	}
 	
 	free(wp);