summaryrefslogtreecommitdiff
path: root/debian/patches/no-missing-messages.patch
blob: f58b85623b461f7ca7663b72d5a9cd9e4f5e97b4 (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	2012-04-21 00:28:55.000000000 +0400
+++ b/src/sman/sman.c	2012-04-21 00:29:02.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, */