summaryrefslogtreecommitdiff
path: root/debian/patches/no-missing-messages.patch
blob: 1cbddae7a4c352a5b49c57df005f20cbbcb7e3f9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Index: b/src/sman/sman.c
===================================================================
--- a/src/sman/sman.c	2013-05-09 20:02:37.000000000 +0400
+++ b/src/sman/sman.c	2013-05-09 20:02:43.000000000 +0400
@@ -450,7 +450,6 @@
   const char* command = oa_concatenate_string(root_dir,HypertexProgram);
 
   if (readablep(command) != 1) {
-    fprintf(stderr, "Hypertex program not found.\n");
     return;
   } 
   if (PasteFile){
@@ -480,8 +479,6 @@
 
   if (readablep(command) == 1)
     spawn_of_hell(command, DoItAgain);
-  else
-    fprintf(stderr, "Graphics program not found.\n");
 }
 
 /* Start the core executable session in a separate process, */