Rev 4200 | Rev 4208 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4200 | Rev 4206 | ||
---|---|---|---|
Line 75... | Line 75... | ||
75 | data->len = data->size; |
75 | data->len = data->size; |
76 | return ((int) size); |
76 | return ((int) size); |
77 | } |
77 | } |
78 | 78 | ||
79 | if (left <= size) { |
79 | if (left <= size) { |
80 | /* We have not enought space for whole string |
80 | /* We do not have enough space for the whole string |
81 | * with the trailing zero => print only a part |
81 | * with the trailing zero => print only a part |
82 | * of string |
82 | * of string |
83 | */ |
83 | */ |
84 | index_t index = 0; |
84 | index_t index = 0; |
85 | 85 |