[brasero] Fix wrong return value (harmless)



commit 8122503443bae82d9aeb270925fa9005bc02d016
Author: Philippe Rouquier <bonfire-app wanadoo fr>
Date:   Sun Oct 11 14:57:51 2009 +0200

    Fix wrong return value (harmless)

 plugins/cdrkit/burn-genisoimage.c |    2 +-
 plugins/cdrtools/burn-mkisofs.c   |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/plugins/cdrkit/burn-genisoimage.c b/plugins/cdrkit/burn-genisoimage.c
index bf92707..ffd73ae 100644
--- a/plugins/cdrkit/burn-genisoimage.c
+++ b/plugins/cdrkit/burn-genisoimage.c
@@ -93,7 +93,7 @@ brasero_genisoimage_read_stdout (BraseroProcess *process, const gchar *line)
 	if (action == BRASERO_JOB_ACTION_SIZE)
 		return brasero_genisoimage_read_isosize (process, line);
 
-	return TRUE;
+	return BRASERO_BURN_OK;
 }
 
 static BraseroBurnResult
diff --git a/plugins/cdrtools/burn-mkisofs.c b/plugins/cdrtools/burn-mkisofs.c
index ccbaf41..2b86efa 100644
--- a/plugins/cdrtools/burn-mkisofs.c
+++ b/plugins/cdrtools/burn-mkisofs.c
@@ -94,7 +94,7 @@ brasero_mkisofs_read_stdout (BraseroProcess *process, const gchar *line)
 	if (action == BRASERO_JOB_ACTION_SIZE)
 		return brasero_mkisofs_read_isosize (process, line);
 
-	return TRUE;
+	return BRASERO_BURN_OK;
 }
 
 static BraseroBurnResult



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]