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

(-)hashcash-1.16/hashcash.c (-1 / +1 lines)
Lines 579-585 Link Here
579
		    fprintf(stderr,"out of memory\n");
579
		    fprintf(stderr,"out of memory\n");
580
		    exit( EXIT_FAILURE );
580
		    exit( EXIT_FAILURE );
581
		}
581
		}
582
		fprintf( stdout, header_wrapped );
582
		fprintf( stdout, "%s", header_wrapped );
583
		free( header_wrapped );
583
		free( header_wrapped );
584
	    } else { 
584
	    } else { 
585
		fprintf( stdout, "%s%s\n", 
585
		fprintf( stdout, "%s%s\n", 

Return to bug 83541