~ubuntu-branches/debian/sid/eso-midas/sid

« back to all changes in this revision

Viewing changes to prim/dio/libsrc/dataio.c

  • Committer: Package Import Robot
  • Author(s): Ole Streicher
  • Date: 2014-04-22 14:44:58 UTC
  • Revision ID: package-import@ubuntu.com-20140422144458-sl34juxohmn4aty4
Tags: 13.09pl1.2+dfsg-1
Initial release. (Closes: #740702)

Show diffs side-by-side

added added

removed removed

Lines of Context:
294
294
   if (n != wbsize)
295
295
      {
296
296
      if (n<0) SCTPUT(osmsg());
297
 
      SCTPUT("Error: I/O-error in writting block");
 
297
      SCTPUT("Error: I/O-error in writing block");
298
298
      widx -= no; return -1;
299
299
      }
300
300
 
307
307
      if (n != wbsize) 
308
308
         {
309
309
         if (n<0) SCTPUT(osmsg());
310
 
         SCTPUT("Error: I/O-error in writting block");
 
310
         SCTPUT("Error: I/O-error in writing block");
311
311
         widx -= no; return -1;
312
312
         }
313
313
      pbuf += n; no -= n;