aboutsummaryrefslogtreecommitdiff
path: root/biology/mapm3/files/patch-mapm-map_info.h
blob: c965651d3de9836d2e33956cb8b75d972c15fc85 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- mapm/map_info.h.orig	1993-02-09 16:35:06 UTC
+++ mapm/map_info.h
@@ -215,7 +215,7 @@ typedef struct {  /* working data for place cmd and ex
 /***** Chromosome framework, assignment, and placement stuff - chroms.c *****/
 
 extern SAVED_LIST *chromosome;  /* malloced by allocate_mapping_structs() */
-#define chrom2str(x) ((x)>=0 ? chromosome->map_list[x]->map_name : "none")
+#define chrom2str(x) ((x)>=0 ? chromosome->map_list[x]->map_name : WRS("none"))
 bool isa_chrom(); /* args: char *name; int *chrom; side-effected if TRUE */
 #define num_chromosomes (chromosome->num_maps)
 extern int current_chrom; /* set by the sequence command or reset_state() */