unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob 9a0efde52fd238925ca9d2ce5777cc1fe9fad12d 589 bytes (raw)
name: gnu/packages/patches/libofa-3.diff 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
Description: fix an issue.
Author: Lukáš Lalinský <lalinsky@gmail.com>
Last-Update: 2006-08-27
Index: libofa-0.9.3/examples/protocol.cpp
===================================================================
--- libofa-0.9.3.orig/examples/protocol.cpp
+++ libofa-0.9.3/examples/protocol.cpp
@@ -258,7 +258,7 @@ bool retrieve_metadata(string client_key
     }
     // printf("response: %s\n\n", response.c_str());
 
-    unsigned int q = response.find("<?xml");
+    string::size_type q = response.find("<?xml");
     if (q != string::npos) {
         response = response.substr(q);
     }

debug log:

solving 9a0efde52f ...
found 9a0efde52f in https://yhetil.org/guix-devel/b8c0ab3a-857f-c4f0-f614-936e9ffd1e28@disroot.org/

applying [1/1] https://yhetil.org/guix-devel/b8c0ab3a-857f-c4f0-f614-936e9ffd1e28@disroot.org/
diff --git a/gnu/packages/patches/libofa-3.diff b/gnu/packages/patches/libofa-3.diff
new file mode 100644
index 0000000000..9a0efde52f

1:17: trailing whitespace.
 
Checking patch gnu/packages/patches/libofa-3.diff...
Applied patch gnu/packages/patches/libofa-3.diff cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 9a0efde52fd238925ca9d2ce5777cc1fe9fad12d	gnu/packages/patches/libofa-3.diff

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).