You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-misc/tdfsb/files/tdfsb-0.0.10-void-return.patch

14 lines
527 B

As the code below the altered block shows, this was redundant to begin with.
--- a/tdfsb.c
+++ b/tdfsb.c
@@ -2794,8 +2794,6 @@
else
{
strcpy(TDFSB_CURRENTPATH,temp_trunc);
- TDFSB_FUNC_IDLE=nullDisplay; TDFSB_FUNC_DISP=noDisplay;
- return;
}
TDFSB_FUNC_IDLE=nullDisplay;
TDFSB_FUNC_DISP=noDisplay;