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

(-)/var/tmp/portage/media-gfx/fim-0.4_rc1/work/fim-0.4-rc1/src/FbiStuffGif.cpp.orig (-1 / +1 lines)
Lines 65-71 Link Here
65
    if(ErrorCode == 0)   
65
    if(ErrorCode == 0)   
66
	    return;
66
	    return;
67
67
68
    Err = GifErrorString(ErrorCode);
68
    Err = GifErrorString();
69
                                                                                                                              
69
                                                                                                                              
70
    if (Err != NULL)
70
    if (Err != NULL)
71
        fprintf(stderr, "GIF-LIB error: %s.\n", Err);
71
        fprintf(stderr, "GIF-LIB error: %s.\n", Err);

Return to bug 504772