~mfisch/+junk/openclipart

« back to all changes in this revision

Viewing changes to openclipart-rss.c

  • Committer: Matthew Fischer
  • Date: 2013-06-18 18:06:22 UTC
  • Revision ID: matthew.fischer@canonical.com-20130618180622-xf0tefj5qhbdgo80
fix the search URL

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#include <glib.h>
6
6
#include "openclipart-rss.h"
7
7
 
8
 
#define BASE_URI "http://openclipart.org/api/search/query="
 
8
#define BASE_URI "http://openclipart.org/api/search/?query="
9
9
 
10
10
void
11
11
result_cleanup(gpointer data) {