Changeset 10ea0ca in mainline for boot/arch/ia64/loader/gefi/HelenOS/hello.c
- Timestamp:
- 2008-12-12T06:21:51Z (17 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a1e28489
- Parents:
- 4b8f1c3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
boot/arch/ia64/loader/gefi/HelenOS/hello.c
r4b8f1c3 r10ea0ca 107 107 defaultLoad=1; 108 108 } 109 /* else{ 110 CHAR16 buf[1024]; 111 //buf[0]='\\'; 112 i--; 113 int j; 114 for(j=0;LoadOptions[i+j]!=L' '&&LoadOptions[i+j]!=0;j++) 115 buf[j+1]=LoadOptions[i+j]; 116 buf[j+1]=0; 117 StrCat(FileName,buf); 118 defaultLoad=0; 119 }*/ 109 120 else{ 110 121 CHAR16 buf[1024]; … … 113 124 int j; 114 125 for(j=0;LoadOptions[i+j]!=L' '&&LoadOptions[i+j]!=0;j++) 115 buf[j +1]=LoadOptions[i+j];126 buf[j]=LoadOptions[i+j]; 116 127 buf[j+1]=0; 117 128 StrCat(FileName,buf);
Note:
See TracChangeset
for help on using the changeset viewer.