[sldev] http://jira.secondlife.com/browse/VWR-10607... can someone
make a patch for me?
Glen
gcanaday at gmail.com
Thu Dec 18 16:48:07 PST 2008
thx a ton! i got it uploaded and attached to to the jira.
--GC
Cam Rapp wrote:
> ">>>>>>>>>> 355
> if (fp)
> {
> llinfos << "Looking in " << fname
> << " for VRAM info..." << llendl;
> rtn = x11_detect_VRAM_kb_fp(fp, ": VideoRAM: ");
> if (0 == rtn)
> {
> rtn = x11_detect_VRAM_kb_fp(fp, ": Memory: ");
> if (0 == rtn)
> {
> rtn = x11_detect_VRAM_kb_fp(fp, ": Video RAM: ");
> }
> }
> fclose(fp);
> }
> >>>>>>>>>>> 370
>
> Spacings gonna be quite messed up here,
> I work from svn trunk and created this patch with 'svn diff >> window.patch'
> from that directory. Thats how i normally do it, for a single file i mite have
> also done "svn diff indra/llwindow/llwindowsdl.cpp >> window.patch"
>
> for patching 'patch -p0 < window.patch' if it ever doesnt work i just do a
> find and replace to fix all the locations of the source files. 'patch -Rp0 <
> window.patch to unpatch it, and 'svn revert indra/llwindow/llwindow.cpp. if I
> ever end up distroying it and want to revert to the latest version.
>
> Khyota :)
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Policies and (un)subscribe information available here:
> http://wiki.secondlife.com/wiki/SLDev
> Please read the policies before posting to keep unmoderated posting privileges
More information about the SLDev
mailing list