j
k
j a
j l
Christian Costa <titan.costa(a)gmail.com> wrote:
- if (!name || !size) + if (!name && !size) return E_POINTER; dxfile_size = *size;
- if (!name || !size) + if (!name && !size) return E_POINTER;
dxfile_size = *size;
So, what happens if name is not NULL, but size is? -- Dmitry.
Back to the thread
Back to the list