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)

0031-vfs.cpp-fix-clang-build.patch (748 bytes ) - added by mt 8 years ago.

Download all attachments as: .zip

Change History (3)

comment:1 by mt, 8 years ago

patch: 01

comment:2 by pulkomandy, 8 years ago

Resolution: fixed
Status: newclosed

Applied in hrev50537. Thanks!

Note: See TracTickets for help on using tickets.