-
-
Notifications
You must be signed in to change notification settings - Fork 134
Commit 8431488
committed
Add String(char *, unsigned) constructor
This constructor allows converting a buffer containing a
non-nul-terminated string to a String object, by explicitely passing the
length.1 parent 3b88aca commit 8431488
2 files changed
+7
-0
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
48 | + | ||
49 | + | ||
50 | + | ||
51 | + | ||
52 | + | ||
53 | + | ||
48 | 54 |
| |
49 | 55 |
| |
50 | 56 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
68 | 68 |
| |
69 | 69 |
| |
70 | 70 |
| |
71 | + | ||
71 | 72 |
| |
72 | 73 |
| |
73 | 74 |
| |
|
0 commit comments