fix indent
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: display.c,v 1.51 2003/01/20 15:30:19 ukai Exp $ */
|
/* $Id: display.c,v 1.52 2003/01/20 15:32:02 ukai Exp $ */
|
||||||
#include <signal.h>
|
#include <signal.h>
|
||||||
#include "fm.h"
|
#include "fm.h"
|
||||||
|
|
||||||
@@ -1178,7 +1178,8 @@ message(char *s, int return_x, int return_y)
|
|||||||
move(return_y, return_x);
|
move(return_y, return_x);
|
||||||
}
|
}
|
||||||
|
|
||||||
void disp_err_message(char *s, int redraw_current)
|
void
|
||||||
|
disp_err_message(char *s, int redraw_current)
|
||||||
{
|
{
|
||||||
record_err_message(s);
|
record_err_message(s);
|
||||||
disp_message(s, redraw_current);
|
disp_message(s, redraw_current);
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
/* $Id: file.c,v 1.194 2003/01/20 15:30:20 ukai Exp $ */
|
/* $Id: file.c,v 1.195 2003/01/20 15:32:03 ukai Exp $ */
|
||||||
#include "fm.h"
|
#include "fm.h"
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include "myctype.h"
|
#include "myctype.h"
|
||||||
@@ -596,9 +596,9 @@ readHeader(URLFile *uf, Buffer *newBuf, int thru, ParsedURL *pu)
|
|||||||
|
|
||||||
if (thru && !newBuf->header_source
|
if (thru && !newBuf->header_source
|
||||||
#ifdef USE_IMAGE
|
#ifdef USE_IMAGE
|
||||||
&& !image_source
|
&& !image_source
|
||||||
#endif
|
#endif
|
||||||
) {
|
) {
|
||||||
Str tmpf = tmpfname(TMPF_DFL, NULL);
|
Str tmpf = tmpfname(TMPF_DFL, NULL);
|
||||||
src = fopen(tmpf->ptr, "w");
|
src = fopen(tmpf->ptr, "w");
|
||||||
if (src)
|
if (src)
|
||||||
@@ -7744,9 +7744,9 @@ uncompress_stream(URLFile *uf, char **src)
|
|||||||
|
|
||||||
if (uf->scheme != SCM_LOCAL
|
if (uf->scheme != SCM_LOCAL
|
||||||
#ifdef USE_IMAGE
|
#ifdef USE_IMAGE
|
||||||
&& !image_source
|
&& !image_source
|
||||||
#endif
|
#endif
|
||||||
) {
|
) {
|
||||||
tmpf = tmpfname(TMPF_DFL, ext)->ptr;
|
tmpf = tmpfname(TMPF_DFL, ext)->ptr;
|
||||||
if (save2tmp(*uf, tmpf) < 0) {
|
if (save2tmp(*uf, tmpf) < 0) {
|
||||||
UFclose(uf);
|
UFclose(uf);
|
||||||
|
|||||||
Reference in New Issue
Block a user