Changeset 2699
- Timestamp:
- Nov 22, 2011 4:11:39 AM (18 months ago)
- File:
-
- 1 edited
-
ofw/disklabel/methods.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ofw/disklabel/methods.fth
r2416 r2699 198 198 over c@ ascii 0 - to #part ( adr len ) 199 199 1 /string ( adr' len' ) 200 dup 0= if 2drop exit then( adr len )200 dup 0= if exit then ( adr len ) 201 201 then 202 202 … … 205 205 over c@ to ufs-partition ( adr len ) 206 206 1 /string ( adr' len' ) 207 dup 0= if 2drop exit then( adr len )207 dup 0= if exit then ( adr len ) 208 208 then ( adr len ) 209 209 ;
Note: See TracChangeset
for help on using the changeset viewer.
