Opened 8 years ago
Closed 8 years ago
#12941 closed bug (fixed)
{Patch] vfs.cpp: fix clang build
Reported by: | mt | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | System/Boot Loader | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Add '*' at line 1047 [1], to fix build with clang. [1] http://cgit.haiku-os.org/haiku/tree/src/system/boot/loader/vfs.cpp#n1047
/home/haiku/haiku/haiku/src/system/boot/loader/vfs.cpp:1047:14: error: assigning to 'char *' from incompatible type 'char' lastSlash = '\0'; ^ ~~~~
Attachments (1)
Change History (3)
by , 8 years ago
Attachment: | 0031-vfs.cpp-fix-clang-build.patch added |
---|
comment:1 by , 8 years ago
patch: | 0 → 1 |
---|
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Applied in hrev50537. Thanks!