Changeset 8973acd in buchla-68k for libcio/writern.c
- Timestamp:
 - 07/15/2017 03:12:10 PM (8 years ago)
 - Branches:
 - master
 - Children:
 - ea232f9
 - Parents:
 - 7d0d347
 - File:
 - 
      
- 1 edited
 
- 
          
  libcio/writern.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
libcio/writern.c
r7d0d347 r8973acd 30 30 int32_t brc; /* bios return code */ 31 31 32 if ( sv = _seek(fcp)) { /* try to find the sector we want */32 if ((sv = _seek(fcp))) { /* try to find the sector we want */ 33 33 34 34 if (sv < 0) { /* seek error ? */ … … 67 67 /* write the sector */ 68 68 69 if ( brc = BIOS(B_RDWR, 1, buf, 1, (int16_t)fcp->curdsn, 0)) {69 if ((brc = BIOS(B_RDWR, 1, buf, 1, (int16_t)fcp->curdsn, 0))) { 70 70 71 71 #if DEBUGIT  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  ![(please configure the [header_logo] section in trac.ini)](http://bob.lopatic.de/chrome/site/logo.png)