thorsson_cups 0.0.25 → 0.0.26
Sign up to get free protection for your applications and to get access to all the features.
- data/ext/cups.c +1 -0
- metadata +3 -3
data/ext/cups.c
CHANGED
@@ -460,6 +460,7 @@ static VALUE cups_cancel_print(int argc, VALUE* argv, VALUE self)
|
|
460
460
|
|
461
461
|
if ((response = cupsDoRequest(http, request, "/")) != NULL) {
|
462
462
|
if((attr = ippFindAttribute(response, "device-uri", IPP_TAG_URI)) != NULL) {
|
463
|
+
int c = 0;
|
463
464
|
// sprintf(location, "%s", attr->values[0].string.text);
|
464
465
|
}
|
465
466
|
ippDelete(response);
|
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 26
|
9
|
+
version: 0.0.26
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Ivan Turkovic
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2011-01-
|
18
|
+
date: 2011-01-20 00:00:00 +01:00
|
19
19
|
default_executable:
|
20
20
|
dependencies: []
|
21
21
|
|