Enlightenment CVS committal
Author : handyande
Project : e17
Module : apps/e_utils
Dir : e17/apps/e_utils/src/bin/eapp_edit
Modified Files:
eapp_edit_main.c
Log Message:
Fixed a couple of bugs, thanks Craig Hurley for the pointer :)
===================================================================
RCS file:
/cvsroot/enlightenment/e17/apps/e_utils/src/bin/eapp_edit/eapp_edit_main.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -3 -r1.11 -r1.12
--- eapp_edit_main.c 3 Mar 2005 17:26:46 -0000 1.11
+++ eapp_edit_main.c 10 Mar 2005 09:56:17 -0000 1.12
@@ -139,8 +139,10 @@
char *ret;
char ret_char;
int size_ret;
- int delete = 0;
+ int delete;
+ ret = NULL;
+ delete = 0;
if (checkbox) {
ret_char = ewl_checkbutton_is_checked(EWL_CHECKBUTTON(source));
size_ret = 1;
@@ -258,7 +260,7 @@
}
eet_init();
if (stat(file, &st) < 0)
- printf("file %s not found, will create when you save\n");
+ printf("file %s not found, will create when you save\n", file);
else {
ef = eet_open(file, EET_FILE_MODE_READ);
if (!ef) {
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs