Ankit Pal Singh
Ankit Pal Singh
@zdohnal When I directly connect with the pappl then i am able to fetch the preset attribute . I used the below snippet ` http_t *other = p->http; const char...
@zdohnal I made the changes as you requested. Now I 'm printing the comment whenever I read it from cupsd.conf file. I delete the useless commits of Last PR and...
@zdohnal I made the changes as you requested. I create a private Api to read comments and lines. 1. The private api is using same line variable to read both...
> @zdohnal I made the changes as you requested. > 1.I create a private Api to read comments and lines. > 2. The private api use same line variable to...
> Hi @Ankit3002 , > > I'm sorry, I was on vacation - I'll review this today or tomorrow. No issues !
@zdohnal cupsd.conf.in file is placed in .gitignore, should I remove it from there ? as I won't be able to push the changes in cupsd.conf.in because of this
> Are you sure? I don't see the file in .gitignore. I 'm sorry , I got confused it with cupsd.conf
@zdohnal I made the changes as you requested. Please review. This is how it works: 1. I am checking whether the line i 'm reading is comment or not ....
> > @zdohnal I made the changes as you requested. Please review. This is how it works: > > ``` > > 1. I am checking whether the line i...
> > > @zdohnal I made the changes as you requested. Please review. This is how it works: > > > ``` > > > 1. I am checking whether...