Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 741912
Collapse All | Expand All

(-)src/edit.c.old (-2 / +3 lines)
Lines 192-199 Link Here
192
	   BITMAPLILOHEADER bmlh;
192
	   BITMAPLILOHEADER bmlh;
193
	} tm;
193
	} tm;
194
static	MENUTABLE *menu = &tm.mt;
194
static	MENUTABLE *menu = &tm.mt;
195
static	BITMAPLILOHEADER *lh = (void*)(tm.buffer +
195
static	BITMAPLILOHEADER *lh;
196
    			((long)&tm.mt.row - (long)&tm.bmlh.row));
197
196
198
/* a convenience definition */
197
/* a convenience definition */
199
#define mn tm.mt
198
#define mn tm.mt
Lines 284-289 Link Here
284
    if (ofd<0) pdie("Cannot open temporary file");
283
    if (ofd<0) pdie("Cannot open temporary file");
285
    temp_register(temp_file);
284
    temp_register(temp_file);
286
    
285
    
286
    lh = (void*)(tm.buffer + ((long)&tm.mt.row - (long)&tm.bmlh.row));
287
287
    n = get_std_headers(ifd, &fh, &bmh, lh);
288
    n = get_std_headers(ifd, &fh, &bmh, lh);
288
    if (verbose >= 3) printf("get_std_headers:  returns %d\n", n);
289
    if (verbose >= 3) printf("get_std_headers:  returns %d\n", n);
289
    
290
    

Return to bug 741912