Opened 15 years ago
Closed 14 years ago
#1944 closed bug (Fixed)
use errno constants for portability
| Reported by: | cgreco | Owned by: | Calum |
|---|---|---|---|
| Priority: | minor | Milestone: | 1.3.4 |
| Component: | Unknown | Version: | other (please specify) |
| Keywords: | Cc: | cristian@regolo.cc |
Description
For portability, please use errno constants instead of integer values. Patch attached, but please double-check because may require some "import errno".
Attachments (1)
Change History (3)
by , 15 years ago
| Attachment: | errno.patch added |
|---|
comment:1 by , 14 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 14 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Fix committed to master: b2eb5aeb
Note:
See TracTickets
for help on using tickets.



Fix committed to 1.3-stable:d8560f5c2
The change for Autoadd plugin is only in git master so I'll update when porting over.