Changes in uspace/lib/gui/label.c [b7fd2a0:38d150e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/gui/label.c
rb7fd2a0 r38d150e 163 163 lbl->caption = str_dup(caption); 164 164 165 errno_t rc = embedded_font_create(&lbl->font, points);165 int rc = embedded_font_create(&lbl->font, points); 166 166 if (rc != EOK) { 167 167 free(lbl->caption);
Note:
See TracChangeset
for help on using the changeset viewer.