thorsson_cups 0.0.25 → 0.0.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. data/ext/cups.c +1 -0
  2. 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
- - 25
9
- version: 0.0.25
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-19 00:00:00 +01:00
18
+ date: 2011-01-20 00:00:00 +01:00
19
19
  default_executable:
20
20
  dependencies: []
21
21