1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

Removed emacs backup file from repository.

This commit is contained in:
Tim Potter -
parent cd41d7a354
commit 807f22412e

View File

@ -1,7 +0,0 @@
{
int i;
for (i=0;ps->data_offset < ps->buffer_size;i++) {
if (!io_alloc("@ELEM@", ps, (void **)&il->@ELEM@, sizeof(*(il->@ELEM@))*(i+1)) goto fail;
if (!io_@TYPE@("@ELEM@...", ps, depth+1, &il->@ELEM@[i], @FLAGS@)) goto fail;
}
}