mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 20:20:06 +02:00
physfs: missing escaping in description
This commit is contained in:
@@ -3,7 +3,7 @@ DESCRIPTION="
|
||||
Physfs is short for PhysicsFS. It's a C library that provides abstract \
|
||||
access to various archives. It is intended for use in video games, and the \
|
||||
design was somewhat inspired by Quake 3's file subsystem. The programmer \
|
||||
defines a "write directory" on the physical filesystem. No file writing done \
|
||||
defines a \"write directory\" on the physical filesystem. No file writing done \
|
||||
through the PhysicsFS API can leave that write directory, for security.
|
||||
PhysicsFS gives you platform-abstracted means to determine if CD-ROMs are \
|
||||
available, the user's home directory, where in the real filesystem your \
|
||||
|
||||
Reference in New Issue
Block a user