summaryrefslogtreecommitdiff
path: root/libwardrobe/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'libwardrobe/src/main.c')
-rw-r--r--libwardrobe/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libwardrobe/src/main.c b/libwardrobe/src/main.c
index abf669d..1872c69 100644
--- a/libwardrobe/src/main.c
+++ b/libwardrobe/src/main.c
@@ -107,7 +107,7 @@ void WardrobeHttpPost (CURL *ch, const char *url, const char *postData,
void WardrobeInit (WardrobeHandle_t *wh) {
memset (wh, 0, sizeof (*wh));
wh->ch = curl_easy_init ();
- curl_easy_setopt (wh->ch, CURLOPT_USERAGENT, PACKAGE_STRING);
+ curl_easy_setopt (wh->ch, CURLOPT_USERAGENT, PACKAGE);
curl_easy_setopt (wh->ch, CURLOPT_CONNECTTIMEOUT, 60);
}