~ubuntu-branches/ubuntu/jaunty/ircp-tray/jaunty

« back to all changes in this revision

Viewing changes to src/ircp_io.c

  • Committer: Bazaar Package Importer
  • Author(s): Devid Antonio Filoni
  • Date: 2008-10-01 14:59:39 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20081001145939-yf7hbmlz70jl0v35
Tags: 0.7.3~bzr56-0ubuntu1
New upstream bzr revision 56 (LP: #276461).

Show diffs side-by-side

added added

removed removed

Lines of Context:
144
144
        if(ircp_nameok(name) == FALSE)
145
145
                return -1;
146
146
 
147
 
        //TODO! Rename file if already exist.
148
 
 
149
147
        snprintf(diskname, MAXPATHLEN, "%s/%s", path, name);
150
148
 
151
149
        DEBUG(4, "Creating file %s\n", diskname);