Changeset 2943
- Timestamp:
- Apr 13, 2012 7:01:36 AM (14 months ago)
- File:
-
- 1 edited
-
ofw/disklabel/methods.fth (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ofw/disklabel/methods.fth
r2699 r2943 201 201 then 202 202 203 [ifdef] ufs-support 203 204 \ If the first character is "a".."h", it's a UFS partition letter 204 205 over c@ lcc ascii a ascii h between if ( adr len ) … … 207 208 dup 0= if exit then ( adr len ) 208 209 then ( adr len ) 210 [then] 209 211 ; 210 212 : parse-partition ( -- )
Note: See TracChangeset
for help on using the changeset viewer.
