one \n -> \r\n
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7251 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -361,7 +361,7 @@ list_files(FILE *out, char **files, int n_files, int flags)
|
|||||||
|
|
||||||
fi = calloc(n_files, sizeof(*fi));
|
fi = calloc(n_files, sizeof(*fi));
|
||||||
if (fi == NULL) {
|
if (fi == NULL) {
|
||||||
sec_fprintf2(out, "ouf of memory\n");
|
sec_fprintf2(out, "ouf of memory\r\n");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
for(i = 0; i < n_files; i++) {
|
for(i = 0; i < n_files; i++) {
|
||||||
|
Reference in New Issue
Block a user