ref: 62571c3de61a1d1d576c94a8c0b70380e4f592fe
parent: 602ea481c556ca7d7bd26f07b8be55b3ce92281c
author: Fabian Greffrath <fabian@greffrath.com>
date: Tue Nov 6 10:26:08 EST 2018
d_iwad: fix a missing pointer indicator in a variable declaration
--- a/src/d_iwad.c
+++ b/src/d_iwad.c
@@ -385,7 +385,7 @@
{
const char *current_path;
char *install_path;
- char *test_patch_path, patch_path;
+ char *test_patch_path, *patch_path;
// Already configured? Don't stomp on the user's choices.
current_path = M_GetStringVariable("gus_patch_path");