Revision: 45668
http://sourceforge.net/p/vice-emu/code/45668
Author: gpz
Date: 2025-05-10 23:53:22 +0000 (Sat, 10 May 2025)
Log Message:
-----------
fix warning
Modified Paths:
--------------
trunk/vice/src/arch/sdl/uiimagefilereq.c
Modified: trunk/vice/src/arch/sdl/uiimagefilereq.c
===================================================================
--- trunk/vice/src/arch/sdl/uiimagefilereq.c 2025-05-10 23:46:26 UTC (rev 45667)
+++ trunk/vice/src/arch/sdl/uiimagefilereq.c 2025-05-10 23:53:22 UTC (rev 45668)
@@ -67,7 +67,7 @@
int i, j;
char* title_string;
char* name;
- uint8_t oldbg;
+ uint8_t oldbg = 0;
image_contents_file_list_t *entry;
title_string = image_contents_to_string(contents, IMAGE_CONTENTS_STRING_PETSCII);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|