ObjFW  Check-in [8486e8c42a]

Overview
Comment:OFString.h: Revert something that slipped in.

This actually belonged to a commit that has not been pushed yet.

Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 8486e8c42a5254a5bf1ca545392828fa4c34a1468f0df55ec2f6a166ff6864dc
User & Date: js on 2013-11-24 18:57:56
Other Links: manifest | tags
Context
2013-11-24
19:21
OFZIPArchive: Fix a few type mismatches. check-in: f4da2cffa9 user: js tags: trunk
18:57
OFString.h: Revert something that slipped in. check-in: 8486e8c42a user: js tags: trunk
18:49
README.md: Fix a typo. check-in: d6488889fe user: js tags: trunk
Changes

Modified src/OFString.h from [a2cf91e1c0] to [2365ec48aa].

495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
 *
 * See printf for the format syntax. As an addition, %@ is available as format
 * specifier for objects, %C for of_unichar_t and %S for const of_unichar_t*.
 *
 * @param format A string used as format to initialize the OFString
 * @return An initialized OFString
 */
- initWithFormat: (OFConstantString*)format, ... OF_FORMAT_FUNCTION(1, 2);

/*!
 * @brief Initializes an already allocated OFString with a format string.
 *
 * See printf for the format syntax. As an addition, %@ is available as format
 * specifier for objects, %C for of_unichar_t and %S for const of_unichar_t*.
 *







|







495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
 *
 * See printf for the format syntax. As an addition, %@ is available as format
 * specifier for objects, %C for of_unichar_t and %S for const of_unichar_t*.
 *
 * @param format A string used as format to initialize the OFString
 * @return An initialized OFString
 */
- initWithFormat: (OFConstantString*)format, ...;

/*!
 * @brief Initializes an already allocated OFString with a format string.
 *
 * See printf for the format syntax. As an addition, %@ is available as format
 * specifier for objects, %C for of_unichar_t and %S for const of_unichar_t*.
 *