-- Leo's gemini proxy

-- Connecting to git.thebackupbox.net:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini

repo: rxvt-unicode-sixel
action: commit
revision:
path_from:
revision_from: 735f098b04aff65572552fbddc0f8ddf6c6398ba:
path_to:
revision_to:

git.thebackupbox.net

rxvt-unicode-sixel

git://git.thebackupbox.net/rxvt-unicode-sixel

commit 735f098b04aff65572552fbddc0f8ddf6c6398ba
Author: Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
Date:   Mon Aug 27 21:02:41 2007 +0000

    Fix coding style.

diff --git a/src/xpm.C b/src/xpm.C

index 76a9d2dc4caf68e4e30be59f5e961168c7c9b336..

index ..acc58f3cb77be3bb7237b167b1fd6e49a0e45166 100644

--- a/src/xpm.C
+++ b/src/xpm.C
@@ -584,17 +584,17 @@ bgPixmap_t::set_file (const char *file)
     {
 #  ifdef HAVE_AFTERIMAGE
       if (target->asimman == NULL)
-        target->asimman = create_generic_imageman(target->rs[Rs_path]);
+        target->asimman = create_generic_imageman (target->rs[Rs_path]);
       if ((f = strchr (file, ';')) == NULL)
-        original_asim = get_asimage( target->asimman, file, 0xFFFFFFFF, 100 );
+        original_asim = get_asimage (target->asimman, file, 0xFFFFFFFF, 100);
       else
         {
           size_t len = f - file;
           f = (char *)malloc (len + 1);
           strncpy (f, file, len);
           f[len] = '\0';
-          original_asim = get_asimage( target->asimman, f, 0xFFFFFFFF, 100 );
-          free( f );
+          original_asim = get_asimage (target->asimman, f, 0xFFFFFFFF, 100);
+          free (f);
         }
       return (original_asim != NULL);
 #  endif

-----END OF PAGE-----

-- Response ended

-- Page fetched on Sun Jun 2 10:35:58 2024